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
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Add support for client-side validation of maximum length.
Wraps the jQuery Validation maxLength function in an ICEfaces / JSF friendly component. --------------- Description: Makes the element require a given maximum length. Src: http://jqueryvalidation.org/maxlength-method maxlength( length ) length Type: Number Maximum number of characters required Return false if the element is some kind of text input and its value is too long a set of checkboxes that has too many boxes checked a select and has too many options selected Works with text inputs, selects and checkboxes. ------------- This validator should be supported by the following input components: ACE - ace:autoCompleteEntry - ace:checkboxButtons - ace:comboBox - ace:dateTimeEntry - ace:maskedEntry - ace:richTextEntry - ace:textAreaEntry - ace:textEntry MOBI: - mobi:dateSpinner - mobi:timeSpinner |
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 |
Assignee Priority | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46153 | Thu Oct 29 12:24:35 MDT 2015 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Implemented ace:clientValidateDecimal client-side validator