Thank you Igor. I'm trying to implement nested tabs - basic navigation pattern where you have horizontal tabs on top and vertical tabs at left within a particular tab panel.
I fiddled a little with styling the inner tabs and haven't come to a satisfactory result so far. The problem seems to be the fact that both tab panels internally use the same CSS classes for styling, namely tab-row and tab-panel. Is there a way to dynamically change the associated classes? Thanks, Borys igor.vaynberg wrote: > > you can style tabbedpanel in extensions > > the tabs are just a <ul> > > -igor > > > On 2/19/07, burnayev <[EMAIL PROTECTED]> wrote: >> >> >> How do I create vertically stacked tabs? Is it possible to style and/or >> extend the extensions tab component or do I have to create my own? >> -- > -- View this message in context: http://www.nabble.com/Vertical-Tabs-tf3254943.html#a9062788 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
