Opened 4 years ago
Closed 3 years ago
#1359 closed Enhancement (fixed)
input/form should support target and onsubmit parameters
| Reported by: | sammykanan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.7 |
| Component: | Core | Version: | 1.6 |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
the input/form should support target and onsubmit parameters, as attached.
Attachments (1)
Change History (2)
Changed 4 years ago by sammykanan
comment:1 Changed 3 years ago by cash
- Resolution set to fixed
- Status changed from new to closed
[svn:3769] closes this.
target is deprecated for forms. There are also 12 different on* events for forms. Rather than create individual parameters for each, I added a 'js' parameter which should provide the flexibility that you need and is consistent with the other input views.
Note: See
TracTickets for help on using
tickets.

Updated input/form with support for target and onsubmit