Re: [Wicket-user] Can I show a drop down choice list at tabs?

2007-01-08 Thread Korbinian Bachl
@lists.sourceforge.net Betreff: Re: [Wicket-user] Can I show a drop down choice list at tabs? sure, you will have to write something from scratch. use the existing TabbedPanel as a base and instead of just using a list as the tab title use a link and some javascript popup menu. -igor On 1/7/07

[Wicket-user] Can I show a drop down choice list at tabs?

2007-01-07 Thread Carfield Yim
Just like http://sourceforge.net/index.php one? - 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

Re: [Wicket-user] Can I show a drop down choice list at tabs?

2007-01-07 Thread Igor Vaynberg
sure, you will have to write something from scratch. use the existing TabbedPanel as a base and instead of just using a list as the tab title use a link and some javascript popup menu. -igor On 1/7/07, Carfield Yim [EMAIL PROTECTED] wrote: Just like http://sourceforge.net/index.php one?

Re: [Wicket-user] Can I show a drop down choice list at tabs?

2007-01-07 Thread Carfield Yim
Just wonder if somebody already done that somewhere. If I need to implement this, could you point me to some resource on working on custom javascript with wicket? On 1/8/07, Igor Vaynberg [EMAIL PROTECTED] wrote: sure, you will have to write something from scratch. use the existing TabbedPanel

Re: [Wicket-user] Can I show a drop down choice list at tabs?

2007-01-07 Thread Igor Vaynberg
check out wicket-contrib-dojo and wicket-contrib-scriptaculous in wicket-stuff, they are all about integrating wicket and javascript -igor On 1/7/07, Carfield Yim [EMAIL PROTECTED] wrote: Just wonder if somebody already done that somewhere. If I need to implement this, could you point me to