Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4
Description
A useful feature for an application is to provide a "Reset" button on a form to allow the use to reset all form fields to their original states, prior to any user modifications.
This JIRA is to add a new mode to the ace:pushButton and ace:linkButton components via the "type" attribute. When the specified type is 'reset', the button will invoke the ice.ace.resetForm() function on the parent form, resetting all entry components in the same form to an original value, if one exists, or clearing the value if not, prior to any user modification.
This JIRA is to add a new mode to the ace:pushButton and ace:linkButton components via the "type" attribute. When the specified type is 'reset', the button will invoke the ice.ace.resetForm() function on the parent form, resetting all entry components in the same form to an original value, if one exists, or clearing the value if not, prior to any user modification.
Issue Links
- depends on
-
ICE-10898 Add "Reset" capability to ACE, MOBI components
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r47058: added a new "reset" mode to the ace:pushButton, ace:linkButton.