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 a text-entry component contains a decimal value.
Wraps the jQuery Validation decimalNumber function in an ICEfaces / JSF friendly component.
---------------
Description: Makes the element require a decimal number.
Returns true if the value contains a valid decimal number.
Works with text inputs.
Src: http://jqueryvalidation.org/number-method
----------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:comboBox
- ace:maskedEntry
- ace:richTextEntry
- ace:textAreaEntry
- ace:textEntry
Wraps the jQuery Validation decimalNumber function in an ICEfaces / JSF friendly component.
---------------
Description: Makes the element require a decimal number.
Returns true if the value contains a valid decimal number.
Works with text inputs.
Src: http://jqueryvalidation.org/number-method
----------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:comboBox
- ace:maskedEntry
- ace:richTextEntry
- ace:textAreaEntry
- ace:textEntry
Issue Links
- blocks
-
ICE-5377 Support for client-side validators for ACE and MOBI input components
- Closed
Implemented ace:clientValidateDecimal client-side validator