Re: A question for Igor

2008-04-24 Thread Matthew Young
Ah, I see. Thanks! // add the new tabbed panel, attribute modifier only used to switch // between different css variations add(new TabbedPanel("tabs", tabs).add(new AttributeModifier("class", true, TabbedPanelPage.this.getModel(; On Wed, Apr 23, 2008

Re: A question for Igor

2008-04-23 Thread Igor Vaynberg
the code is on TabbedPanelPage, the links simply switch the css class that is on the div tag used to attach to tabbed panel. -igor On Wed, Apr 23, 2008 at 11:08 PM, Matthew Young <[EMAIL PROTECTED]> wrote: > I am looking at the wicket.markup.html.tabs.TabbedPanel > > (wicket-extensions)

A question for Igor

2008-04-23 Thread Matthew Young
I am looking at the wicket.markup.html.tabs.TabbedPanel (wicket-extensions)example on http://wicketstuff.org/wicket13/compref/, I couldn't figure out how you switch the css. Is t