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 at 11:12 PM, Igor Vaynberg <[EMAIL PROTECTED]>
wrote:
> 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)<
> http://wicketstuff.org/wicket13/compref/?wicket:bookmarkablePage=%3Aorg.apache.wicket.examples.compref.TabbedPanelPage
> >example
> > on
> > http://wicketstuff.org/wicket13/compref/, I couldn't figure out how you
> > switch the css. Is that done in WicketExamplePage? Unfortunately,
> > WicketExamplePage.java is not part of the source.
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>