Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: None
-
Fix Version/s: 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4.1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Add support for client-side validation that an input component contains a maximum decimal value.
Wraps the jQuery Validation max function in an ICEfaces / JSF friendly component.
---------------
Description: Makes the element require a given maximum.
max( value ) value Type: Number
Maximum value required
http://jqueryvalidation.org/max-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
Wraps the jQuery Validation max function in an ICEfaces / JSF friendly component.
---------------
Description: Makes the element require a given maximum.
max( value ) value Type: Number
Maximum value required
http://jqueryvalidation.org/max-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
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Description |
Add support for client-side validation that an input component contains a minimum decimal value.
Wraps the jQuery Validation min function in an ICEfaces / JSF friendly component. --------------- Description: Makes the element require a given minimum. min( value ) value Type: Number Minimum value required http://jqueryvalidation.org/min-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 |
Add support for client-side validation that an input component contains a maximum decimal value.
Wraps the jQuery Validation max function in an ICEfaces / JSF friendly component. --------------- Description: Makes the element require a given maximum. max( value ) value Type: Number Maximum value required http://jqueryvalidation.org/max-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 |
Ken Fyten
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Invalid [ 6 ] |