You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Makundi (JIRA)" <ji...@apache.org> on 2008/08/09 08:38:44 UTC

[jira] Updated: (WICKET-1783) Improve TabbedPanel component by adding the ability to individually style (CSS) to each tab (for the purpose differentiating)

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

Martin Makundi updated WICKET-1783:
-----------------------------------

    Component/s:     (was: wicket)
                 wicket-extensions
    Description: 
Currently all the Tabs of a TabbedPanel look identical (except for the link title). 

In many situations, however, it is useful to group (and style accordingly) the tabs according to their purpose (e.g., general-purpose, admin-purpose, etc.). Currenlty the Tabs are styled in the TabbedPanel constructor which makes it very difficult to parametrize the behavior on a tab-per-tab basis.

The TabbedPanel component should be improved by adding the ability to individually style (CSS) to each tab.

  was:
Currently all the Tabs of a TabbedPanel look identical (except for the link title). 

In many situations, however, it is useful to group (and style accordingly) the tabs according to their purpose (e.g., general-purpose, admin-purpose, etc.). Currenlty the Tabs are styled in the TabbedPanel constructor which makes it very difficult to parametrize the behavior on a tab-per-tab basis.

The TabbedPanel component should be improved by adding ability individually style (CSS) to each tab.

        Summary: Improve TabbedPanel component by adding the ability to individually style (CSS) to each tab (for the purpose differentiating)  (was: Improve TabbedPanel component by adding ability individually style (CSS) to each tab (for the purpose differentiating))

> Improve TabbedPanel component by adding the ability to individually style (CSS) to each tab (for the purpose differentiating)
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1783
>                 URL: https://issues.apache.org/jira/browse/WICKET-1783
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4-M3
>         Environment: All
>            Reporter: Martin Makundi
>   Original Estimate: 5h
>  Remaining Estimate: 5h
>
> Currently all the Tabs of a TabbedPanel look identical (except for the link title). 
> In many situations, however, it is useful to group (and style accordingly) the tabs according to their purpose (e.g., general-purpose, admin-purpose, etc.). Currenlty the Tabs are styled in the TabbedPanel constructor which makes it very difficult to parametrize the behavior on a tab-per-tab basis.
> The TabbedPanel component should be improved by adding the ability to individually style (CSS) to each tab.

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