You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Benjamin McCann (JIRA)" <ji...@apache.org> on 2007/11/14 00:20:33 UTC

[jira] Created: (WW-2320) Datetimepicker disabled tag does not work

Datetimepicker disabled tag does not work
-----------------------------------------

                 Key: WW-2320
                 URL: https://issues.apache.org/struts/browse/WW-2320
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Dojo Tags
    Affects Versions: 2.1.1
            Reporter: Benjamin McCann


The following tag is enabled when it should be disabled:
<sx:datetimepicker name="test" label="test" id="test" disabled="true" />

It can however be disabled by calling "dojo.widget.byId('test').disable();"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2320) Datetimepicker disabled tag does not work

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown resolved WW-2320.
---------------------------

    Resolution: Fixed
      Assignee: Don Brown

> Datetimepicker disabled tag does not work
> -----------------------------------------
>
>                 Key: WW-2320
>                 URL: https://issues.apache.org/struts/browse/WW-2320
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Dojo Tags
>    Affects Versions: 2.1.1
>            Reporter: Benjamin McCann
>            Assignee: Don Brown
>             Fix For: 2.1.1
>
>
> The following tag is enabled when it should be disabled:
> <sx:datetimepicker name="test" label="test" id="test" disabled="true" />
> It can however be disabled by calling "dojo.widget.byId('test').disable();"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.