Ho to add class to the tab in TabContainer?
Only thing I've found is set iconClass. However I need to add class to the parent div in tab. Not to some nested divs inside it.
Ho to add class to the tab in TabContainer?
Only thing I've found is set iconClass. However I need to add class to the parent div in tab. Not to some nested divs inside it.
Not a simple way, but I got access to the tab button in the tabcontainer object.
http://jsfiddle.net/cswing/N2hsG/
Building on Craig's suggestion, here's the modern way of doing it: