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
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Description |
Add support for client-side validation of minimum length.
Wraps the jQuery Validation minLength function in an ICEfaces / JSF friendly component. --------------- Description: Makes the element require a given minimum length. Src: http://jqueryvalidation.org/minlength-method minlength( length ) length Type: Number Minimum number of characters required Return false if the element is some kind of text input and its value is too short a set of checkboxes that doesn't have enough boxes checked a select and doesn't have enough 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 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:fileEntry - ace:maskedEntry - ace:radioButtons - ace:richTextEntry - ace:selectMenu - ace:simpleSelectOneMenu - ace:sliderEntry - ace:textAreaEntry - ace:textEntry MOBI: - mobi:dateSpinner - mobi:timeSpinner |
| 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:fileEntry - ace:maskedEntry - ace:radioButtons - ace:richTextEntry - ace:selectMenu - ace:simpleSelectOneMenu - ace:sliderEntry - ace:textAreaEntry - ace:textEntry MOBI: - mobi:dateSpinner - mobi:timeSpinner |
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 |
| Assignee Priority | P1 [ 10010 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #46150 | Thu Oct 29 11:35:56 MDT 2015 | mircea.toma | |
| Files Changed | ||||
ADD
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/clientValidator/RequiredValidatorMeta.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/resources/messages.properties
ADD
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/clientValidator/RequiredValidator.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #46152 | Thu Oct 29 12:02:25 MDT 2015 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/clientValidator/RequiredValidatorMeta.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/clientValidator/RequiredValidator.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #46293 | Thu Nov 26 04:59:54 MST 2015 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobuttons/RadioButtons.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobuttons/RadioButtonsRenderer.java
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Implemented ace:clientValidateRequired client-side validator.