Hi Axel, There's no vertical tab bar, which is a little strange since you'd only need to change the HorizontalPanel for a VerticalPanel.
It's another one of those things that seems obvious to me, but I have to assume there's some good reason for it to happen/not happen. You can build your own quite easily with a vertical panel and a bunch of labels. As for the Decorated(anything) - best bet is to steal the css and images from an inbuilt theme and adapt those. What I did on the example site was build FlexTable based menu/tabbar (which expands vertically or horizontally as you add items to it) and then add it N,S,E, or W to a DockPanel where the content is in the centre. That way I can use the same widget for tabs left, right, top or bottom. I can then use/nest them as required If you want any more info on that, let me know Ian http://examples.roughian.com 2008/9/27 Axel Kittenberger <[EMAIL PROTECTED]> > > So I tried the TabBar, it worked fabolous! > > Now I wanted to add a vertical TabBar and hmmm.... either is there > one? It seems horiziontal is the only way to go. Gmail has for example > a vertical TabBar. I want something alike! (I konw gmail is not coded > in gwt). > > Kind regards > > PS: Also DecoratedTabBar, this is for a simple like me a tad too > loosly documented. I have no idea how to use it, and what I need to > write in the css for it to work, and what pictures I'd need to > provide... > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
