Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4.1
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Add support for client-side validation that an input component's value is equivalent to another specified input components value.
Wraps the jQuery Validation min function in an ICEfaces / JSF friendly component.
---------------
Description: Requires the element to be the same as another one.
equalTo( other ) other Type: Selector
The selector for the element to compare the current values
Src: http://jqueryvalidation.org/equalTo-method
----------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:checkboxButton
- ace:checkboxButtons
- ace:comboBox
- ace:dateTimeEntry
- ace:maskedEntry
- ace:radioButton
- ace:radioButtons
- ace:richTextEntry
- ace:selectMenu
- ace:simpleSelectOneMenu
- ace:sliderEntry
- ace:textAreaEntry
- ace:textEntry
MOBI:
mobi:dateSpinner
mobi:timeSpinner
mobi:flipSwitch
Wraps the jQuery Validation min function in an ICEfaces / JSF friendly component.
---------------
Description: Requires the element to be the same as another one.
equalTo( other ) other Type: Selector
The selector for the element to compare the current values
Src: http://jqueryvalidation.org/equalTo-method
----------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:checkboxButton
- ace:checkboxButtons
- ace:comboBox
- ace:dateTimeEntry
- ace:maskedEntry
- ace:radioButton
- ace:radioButtons
- ace:richTextEntry
- ace:selectMenu
- ace:simpleSelectOneMenu
- ace:sliderEntry
- ace:textAreaEntry
- ace:textEntry
MOBI:
mobi:dateSpinner
mobi:timeSpinner
mobi:flipSwitch
Issue Links
- blocks
-
ICE-5377 Support for client-side validators for ACE and MOBI input components
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Implemented ace:clientValidateEqualTo client-side validator. The validated component can compared only to other Validateable component. When defined, the label of the other component will be used in the validation message as reference.
Show
Mircea Toma
added a comment - Implemented ace:clientValidateEqualTo client-side validator. The validated component can compared only to other Validateable component. When defined, the label of the other component will be used in the validation message as reference.
Removed ace:clientValidateEqualto validator due inherent state synchronization complexities in the context of JSF.