You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Nöth (Jira)" <de...@myfaces.apache.org> on 2021/04/09 08:10:00 UTC

[jira] [Resolved] (TOBAGO-1997) Add disabled attribute to tc:buttons and tc:links

     [ https://issues.apache.org/jira/browse/TOBAGO-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henning Nöth resolved TOBAGO-1997.
----------------------------------
    Resolution: Fixed

> Add disabled attribute to tc:buttons and tc:links
> -------------------------------------------------
>
>                 Key: TOBAGO-1997
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1997
>             Project: MyFaces Tobago
>          Issue Type: Wish
>          Components: Core
>            Reporter: Carsten Dimmek
>            Assignee: Henning Nöth
>            Priority: Minor
>             Fix For: 5.0.0
>
>
> It would be nice to have a disabled attribute on tc:buttons which disables all children 
> A <tc:buttons disabled=true> should only effect the default value of "disabled". So if you write
> {code:xml}<tc:buttons disable="true">
>   <tc:button label="Button 1" disabled="false"/>
>   <tc:button label="Button 2"/>
>   <tc:button label="Button 3"/>
> </buttons>{code}
> The Button1 is still enabled, Button2 and Button3 is disabled.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)