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:32:44 UTC

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

Improve TabbedPanel component by adding ability 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
    Affects Versions: 1.4-M3
         Environment: All
            Reporter: Martin Makundi


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.

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


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

Posted by "Martin Makundi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Makundi closed WICKET-1783.
----------------------------------

    Resolution: Invalid

> 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.


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

Posted by "Martin Makundi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621123#action_12621123 ] 

Martin Makundi commented on WICKET-1783:
----------------------------------------

I must pull this back... I guess the method

protected LoopItem newTabContainer(int tabIndex)

will pull this off.

> 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.


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

Posted by "Martin Makundi (JIRA)" <ji...@apache.org>.
     [ 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.