cannot set editable and orther HTML attributes to UIFormDateTimeInput
---------------------------------------------------------------------
Key: GTNPORTAL-2243
URL:
https://issues.jboss.org/browse/GTNPORTAL-2243
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: When I want to set the editable attribute of UIFormDateTimeInput to
false by this code:
{code:xml}
UIFormDateTimeInput startTime = new UIFormDateTimeInput(START_TIME, START_TIME, null,
true);
startTime.setEditable(false);
addUIFormInput(startTime);
{code}
But, It doesn't affect on GUI, and I still can edit the value of that field
The same problem occurs when I use setHTMLAttribute(name, value) function.
Reporter: Hai Nguyen
Priority: Minor
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira