]
Hai Nguyen resolved GTNPORTAL-2243.
-----------------------------------
Fix Version/s: 3.2.0-M02
Resolution: Done
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)
Reporter: Hai Nguyen
Assignee: Hai Nguyen
Priority: Minor
Labels: portal-s63, synced
Fix For: 3.2.0-M02
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: