Hey there,
I'm using the load_skin.js to change some tabset/tabbar baseline properties. However, i have the need to alter that behaviour for ONE specific instance of a tabset.
I can't see how i do that, since the
are then used for all tabbars i create. I have a specific TabBar class (NubaTabBar) but i can't see how i'd change the tabbar baseline properties for that class only.
Pointers appreciated!
I'm using the load_skin.js to change some tabset/tabbar baseline properties. However, i have the need to alter that behaviour for ONE specific instance of a tabset.
I can't see how i do that, since the
Code:
isc.TabBar.addProperties({ baseLineCapSize:10, baseLineSrc:"[SKIN]baseline.png" })
Pointers appreciated!
Comment