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 of minimum and/or maximum length.
Wraps the jQuery Validation min/max/rangeLength functions in an ICEfaces / JSF friendly component.
This component optionally accepts a min and max length.
---------------
Description: Makes the element require a given minimum and/or maximum length.
See:
http://jqueryvalidation.org/minlength-method
http://jqueryvalidation.org/maxlength-method
http://jqueryvalidation.org/rangelength-method
-------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:checkboxButtons
- ace:comboBox
- ace:maskedEntry
- ace:richTextEntry
- ace:textAreaEntry
- ace:textEntry
            
Wraps the jQuery Validation min/max/rangeLength functions in an ICEfaces / JSF friendly component.
This component optionally accepts a min and max length.
---------------
Description: Makes the element require a given minimum and/or maximum length.
See:
http://jqueryvalidation.org/minlength-method
http://jqueryvalidation.org/maxlength-method
http://jqueryvalidation.org/rangelength-method
-------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:checkboxButtons
- 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:clientValidateLength client-side validator.