Re: TablayoutPanel - how to align tabs on right (top)

2010-07-13 Thread lineman78
As far as I can tell, there is no official way to do this, and there is no way to do it in CSS due to the layout being set directly on the elements. I have developed a bit of a workaround but this could be broken by subsequent GWT releases as they make changes to the way the tab panel lays itself

Re: TablayoutPanel - how to align tabs on right (top)

2010-07-13 Thread Trevis
I would also like to know the answer to this question. My ui drafts are mocked that way. I figured that by the time I got around to doing layout that I'd stumble into the answer. I have t dug I to it myself yet but I am geting close to needing to know. I'm sure that I could just change the stan

Re: TablayoutPanel - how to align tabs on right (top)

2010-07-12 Thread Akshay Kumar
Hi, I assume, by rtl, you meant right-to-left. Then, no, my UI designer gave me this design to have the tab-headers on the right. I do not want to go back to UI-designer that its not possible, unless I have tried my options. thanks, Tkshay On 13 July 2010 00:19, Stefan Bachert wrote: > Hi, > > D

Re: TablayoutPanel - how to align tabs on right (top)

2010-07-12 Thread Stefan Bachert
Hi, Did you want to support a rtl language? When yes, try to switch to it. Some widget support it. Stefan Bachert http://gwtworld.de On 11 Jul., 13:46, Akshay Kumar wrote: > I am using TabLayoutPanel (in UiBinder xml), and the tab handles > ( headers) are by default on top-left. Cant seem

TablayoutPanel - how to align tabs on right (top)

2010-07-12 Thread Akshay Kumar
I am using TabLayoutPanel (in UiBinder xml), and the tab handles ( headers) are by default on top-left. Cant seem to figure out any api option to align the tab-headers on the top-right. I tried TabPanel also but without any luck. something like this: [ Tab1 ]_[ Tab2 ]_