We have moved to Github. Please open tickets there.

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)

form.php (1.7 KB) - added by sammykanan 4 years ago.
Updated input/form with support for target and onsubmit

Download all attachments as: .zip

Change History (2)

Changed 4 years ago by sammykanan

Updated input/form with support for target and onsubmit

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.