Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-1997

Add disabled attribute to tc:buttons and tc:links

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 5.0.0-alpha-1, 5.0.0
    • Core
    • None

    Description

      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

      <tc:buttons disable="true">
        <tc:button label="Button 1" disabled="false"/>
        <tc:button label="Button 2"/>
        <tc:button label="Button 3"/>
      </buttons>

      The Button1 is still enabled, Button2 and Button3 is disabled.

      Attachments

        Activity

          People

            hnoeth Henning Nöth
            crusadah Carsten Dimmek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: