* burnayev:
> 
> 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?

In this example of Wicket Contrib Dojo you have horizontal tabs:
http://www.demay-fr.net:8080/WCD13/app/?wicket:bookmarkablePage=wicket-1%3Awicket.contrib.dojo.examples.TabContainerSample

But using this instruction you get vertical tabs:

        tabContainer.setTabPosition(DojoTabContainer.TAB_POS_LEFT)

See http://wicketstuff.org/confluence/display/STUFFWEB/Home to
access the source code.
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to