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 required entry.
Wraps the jQuery Validation required function in an ICEfaces / JSF friendly component.
---------------
Description: Makes the element required.
Src: http://jqueryvalidation.org/required-method
-------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:checkboxButtons
- ace:comboBox
- ace:dateTimeEntry
- ace:fileEntry
- ace:maskedEntry
- ace:radioButtons
- ace:richTextEntry
- ace:selectMenu
- ace:simpleSelectOneMenu
- ace:sliderEntry
- ace:textAreaEntry
- ace:textEntry
MOBI:
- mobi:dateSpinner
- mobi:timeSpinner
Wraps the jQuery Validation required function in an ICEfaces / JSF friendly component.
---------------
Description: Makes the element required.
Src: http://jqueryvalidation.org/required-method
-------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:checkboxButtons
- ace:comboBox
- ace:dateTimeEntry
- ace:fileEntry
- ace:maskedEntry
- ace:radioButtons
- ace:richTextEntry
- ace:selectMenu
- ace:simpleSelectOneMenu
- ace:sliderEntry
- ace:textAreaEntry
- ace:textEntry
MOBI:
- mobi:dateSpinner
- mobi:timeSpinner
Issue Links
- blocks
-
ICE-5377 Support for client-side validators for ACE and MOBI input components
- Closed
Implemented ace:clientValidateRequired client-side validator.