Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
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 decimal value is within a defined range.
This component accepts an optional minValue and maxValue attribute.
If only the minValue is specified, then enforces a min value only.
If only the maxValue is specified, then enforces a max value only.
If both are specified, then enforces the range.
Wraps the jQuery Validation min/max/range functions in an ICEfaces / JSF friendly component.
---------------
See:
http://jqueryvalidation.org/min-method
http://jqueryvalidation.org/max-method
http://jqueryvalidation.org/range-method
----------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:comboBox
- ace:maskedEntry
- ace:richTextEntry
- ace:sliderEntry
- ace:textAreaEntry
- ace:textEntry
This component accepts an optional minValue and maxValue attribute.
If only the minValue is specified, then enforces a min value only.
If only the maxValue is specified, then enforces a max value only.
If both are specified, then enforces the range.
Wraps the jQuery Validation min/max/range functions in an ICEfaces / JSF friendly component.
---------------
See:
http://jqueryvalidation.org/min-method
http://jqueryvalidation.org/max-method
http://jqueryvalidation.org/range-method
----------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:comboBox
- ace:maskedEntry
- ace:richTextEntry
- ace:sliderEntry
- ace:textAreaEntry
- ace:textEntry
Issue Links
- blocks
-
ICE-5377 Support for client-side validators for ACE and MOBI input components
- Closed
Implemented ace:clientValidateValueRange client-side validator.