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
 
Closing as invalid.
Instead of using separate components for min/max value clientValidation, we will instead use a single clientValidationValueRange component that can be used for min, max, and range validation.