Hello,
I have a page with a TabbedPanel and want to use my own css class names for
formatting.
I tried to use a SimpleAttributeModifier to change the class attribute of the
rendered html tag, but with no effect. Then I tried to use the following code:
tabbedPanel.add(new AttributeModifier("class", new Model("tabbed_panel")));
But the rendered html looks in both cases like this:
<divwicket:id="tabs-container" class="tab-row">
("tab-row" should be "tabbed_panel").
Why does it not work?
And it is possible to change the css-classes of the tabs? I'd like to have once
css-class for the selected tab and a second one for not selected tabs.
Thanks in advance!
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]