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
Field | Original Value | New Value |
---|---|---|
Support Customer Ref. #s | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4758 |
Support Case References |
https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=5319 https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4758 |
|
Support Customer Ref. #s | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4758 |
Salesforce Case | [] | |
Fix Version/s | 1.8DR#3 [ 10143 ] | |
Assignee Priority | P1 | |
Assignee | Yip Ng [ yip.ng ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18129 | Wed Dec 31 13:12:29 MST 2008 | yip.ng | Added readonly attribute. |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P1 |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Yip Ng [ yip.ng ] |
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/" />