Re: [Wicket-user] Vertical Tabs

2007-05-17 Thread eddmosphere
Thanks John ;) that's similar to what I was doing (before I saw your reply). I'll try it your way, as my seems a bit "messier" hehe Edd John Krasnay wrote: > > I tried to explain this in an earlier thread, but I'm afraid I wasn't > too successful. I'll give it another shot. Suppose your oute

Re: [Wicket-user] Vertical Tabs

2007-05-17 Thread John Krasnay
I tried to explain this in an earlier thread, but I'm afraid I wasn't too successful. I'll give it another shot. Suppose your outer tabs are defined on a page like this: When you attached the TabbedPanel component to it, it renders like this: ...your pa

Re: [Wicket-user] Vertical Tabs

2007-05-17 Thread eddmosphere
How would I do that? Not sure I understood.. Thanks, Edd igor.vaynberg wrote: > > if you set a class on the tab panel then you can use that class to scope > the > css styles properly > > -igor > > > On 2/20/07, burnayev <[EMAIL PROTECTED]> wrote: >> >> >> Thank you Igor. >> >> I'm trying to

Re: [Wicket-user] Vertical Tabs

2007-02-20 Thread Igor Vaynberg
if you set a class on the tab panel then you can use that class to scope the css styles properly -igor On 2/20/07, burnayev <[EMAIL PROTECTED]> wrote: Thank you Igor. I'm trying to implement nested tabs - basic navigation pattern where you have horizontal tabs on top and vertical tabs at le

Re: [Wicket-user] Vertical Tabs

2007-02-20 Thread burnayev
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 t

Re: [Wicket-user] Vertical Tabs

2007-02-20 Thread Jean-Baptiste Quenot
* 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%3A

Re: [Wicket-user] Vertical Tabs

2007-02-19 Thread Igor Vaynberg
you can style tabbedpanel in extensions the tabs are just a -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

[Wicket-user] Vertical Tabs

2007-02-19 Thread 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? -- View this message in context: http://www.nabble.com/Vertical-Tabs-tf3254943.html#a9048798 Sent from the Wicket - User mailing list archive at Nabble.com.