I found this post about specifying CSS for the new TabLayoutPanel. I have UIBinder templates that specify a TabLayoutPanel and each of the tabs contain composite components (also with UIBinder templates) that have TabLayoutPanels. Basically, Tabs within Tabs.
When I specify the <ui:style src="TabLayoutPanel" > with the @external, all of the TabLayoutPanels pickup this definition. I'm struggling with the best way to specify the styles so that I can have a different look and feel for each sets of tabs. The outer tabs I want to look like a Link Bar with vertical pipes in between. The nested tabs I want to have different colors based upon which outer tab is selected. e.g. If OuterTab1 is selected, innertab 1 is Red, 2 is gray, 3 is gray. If OuterTab2 is selected, innertab 1 is Blue, 2 is gray, 3 is gray I need another selector on the composite component, but I'm not sure what the best way is to define this. Any ideas/insight? Brian
-- 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.
