[gatein-issues] [JBoss JIRA] (GTNPORTAL-2243) cannot set editable and orther HTML attributes to UIFormDateTimeInput

Hai Nguyen (Work started) (JIRA) jira-events at lists.jboss.org
Mon Oct 31 04:37:45 EDT 2011


     [ https://issues.jboss.org/browse/GTNPORTAL-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on GTNPORTAL-2243 started by Hai Nguyen.

> 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

        


More information about the gatein-issues mailing list