Re: TabPanels with different styles in same application

2008-10-16 Thread Isaac Truett
.gwt-TabPanel .gwt-TabBarItem { color: black; } .gwt-TabPanel-grey .gwt-TabBarItem { color: grey; } On Thu, Oct 16, 2008 at 6:58 AM, krishna <[EMAIL PROTECTED]> wrote: > > > Hi, > > I wanted to have two tabpanels with different styles in the same app. > > I was hoping that I can achieve this b

TabPanels with different styles in same application

2008-10-16 Thread krishna
Hi, I wanted to have two tabpanels with different styles in the same app. I was hoping that I can achieve this by calling addStyleDependentName(styleName) on the tabpanel. For e.g., tabPanel.addStyleDependentName("grey"); I expected the implementation to use styles such as .gwt-TabBar-grey, g