Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.2, 1.7RC1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Support Case References:
Description
The selectInputDate component doesn't have a readOnly attribute. This should look/function in a similar way to how the readOnly attribute works with ice:InputText. A possible workaround would be to use the disabled attribute on the selectInputDate and then change the disabled css style to appear similar to the readOnly inputText.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
A work around for this issue will be using onkeydown="javascript:return false;" , that should do the trick of making ice:selectInputDate readonly,
<ice:selectInputDate id="pay1" value="" renderAsPopup="true" popupDateFormat="MM/dd/yyyy" required="false" onkeydown="javascript:return false;" imageDir="/images/common/" />