You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2007/05/17 21:09:16 UTC

[jira] Assigned: (WICKET-577) Improve TabbedPanel component - add ability to change tab-row container

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

Igor Vaynberg reassigned WICKET-577:
------------------------------------

    Assignee: Igor Vaynberg

> Improve TabbedPanel component - add ability to change tab-row container
> -----------------------------------------------------------------------
>
>                 Key: WICKET-577
>                 URL: https://issues.apache.org/jira/browse/WICKET-577
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>            Reporter: Alexandru Objelean
>         Assigned To: Igor Vaynberg
>
> The main ideea is to make it possible to add a or id to tab-row container - this way I would be able to treat differently outer tabbedPane comparing to inner tabbedPanel. There are many ways to achieve this:
> 1. My first thought was to add modify the components markup this way:
> <div wicket:id="tabsContainer" class="tab-row"> 
> <ul> 
>         <li wicket:id="tabs"> 
>                 [[tab title]] 
>         </li> 
> </ul> 
> </div> 
> [panel] 
> </wicket:panel>
> 2. Igor's idea:  overridable method to add a css class to that 
>  
> 3. somehow dynamically providing markup for the tab-row
> container or having a possibility to decorate it with you own markup...
> Any approach is good. Important thing is to add a flexibility on manipulating tab-row container.
> Thank you!

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