As I found out that setting the css-class works, but at the wrong place. The 
css-class attribute is added to the surrounding container and not to the tabbed 
panel.

The following html code will be replaced by the tabbed panel:
<div wicket:id="tabbedPanel">Reiter</div>

And this is the rendered result:

<div wicket:id="tabbedPanel" class="tabbed_panel">
<wicket:panel>
<div wicket:id="tabs-container" class="tab-row">
Wicket constructs another container within my "tabbedPanel" container. Thats 
why my css doesn't take effect.

Is there a way to alter the css-class of the inner container?

Another thing: it is possible to disable the link of the current tab, without a 
custom TabbedPanel class?

Thanks.
Christian






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to