Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.2 SP1
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Workaround Exists:Yes
-
Workaround Description:
Description
Feature Request: It may be helpful to have an easy way to set a max length for input into the textbox of the selectInputDate component.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [50070000007cfbq] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Workaround Description |
JavaScript: <script type="text/javascript"> function chklen() { var un = document.getElementById("form1:date").value var len = un.length; if (len > 9) { alert ("Too many characters in date field!"); document.getElementById("form1:date").value = un.substring(0,9); // remove excess characters return false; } } </script> JSPX: <ice:form id="form1"> <ice:selectInputDate id="date" renderAsPopup="true" value="#{testBean.date}" partialSubmit="true" onkeypress="chklen();"> <f:convertDateTime timeZone="#{testBean.timeZone}" pattern="MM/dd/yyyy"/> </ice:selectInputDate> <ice:messages/> </ice:form> |
|
Workaround Exists | [Yes] |
Assignee | Adnan Durrani [ adnan.durrani ] |
Assignee | Adnan Durrani [ adnan.durrani ] |
Assignee | yip.ng [ yip.ng ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33925 | Wed Mar 13 17:09:40 MDT 2013 | yip.ng | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33928 | Wed Mar 13 18:06:10 MDT 2013 | yip.ng | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.7.2 [ 10130 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Ken: Might as well do it now for both EE 1.8.2 P07 and 3.3.