Hi,
I'm using SmartGWT/Eclipse. I have a tabset inside a tab of another tabset. I'd like to change the color of individual tabs of the inner tabset. I would prefer not to modify the skin but rather do this programmatically. setStyle() will require a redefinition of everything already defined for a tabset in the skin. I'm looking for a way to just modify specific style properties (like background-color) of the tabs.
I read chapter 9 of the Quick Start guide but didn't find any way of doing this. Can this even be done?
Thanks,
-Daniel
I'm using SmartGWT/Eclipse. I have a tabset inside a tab of another tabset. I'd like to change the color of individual tabs of the inner tabset. I would prefer not to modify the skin but rather do this programmatically. setStyle() will require a redefinition of everything already defined for a tabset in the skin. I'm looking for a way to just modify specific style properties (like background-color) of the tabs.
I read chapter 9 of the Quick Start guide but didn't find any way of doing this. Can this even be done?
Thanks,
-Daniel
Comment