robert patterson
5 Mar 2010, 10:09 AM
I an able to change the title of a tab with the code below but it does not show on screen. I can see the change in the Firefox debugger. What do I need to do to get the change to show? doLayout() seems to have no effect.
var tab = TT.scalesTabs.getActiveTab();
tab.title = 'Very NEW';
TT.scalesTabs.doLayout();
var tab = TT.scalesTabs.getActiveTab();
tab.title = 'Very NEW';
TT.scalesTabs.doLayout();