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
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 prior to any user modification. |
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. |
Assignee | Arturo Zambrano [ artzambrano ] |
Fix Version/s | EE-4.1.0.GA [ 12171 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #47058 | Tue Feb 02 11:10:28 MST 2016 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Fix Version/s | EE-4.1.0.BETA [ 13072 ] |
Fix Version/s | 4.2.BETA [ 13091 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
r47058: added a new "reset" mode to the ace:pushButton, ace:linkButton.