[
https://issues.jboss.org/browse/GTNPORTAL-2243?page=com.atlassian.jira.pl...
]
Hai Nguyen updated GTNPORTAL-2243:
----------------------------------
Assignee: Hai Nguyen
Environment: (was: 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.
)
Description:
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.
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
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira