Is there an easy way to enable / disable tabs in tabpanel at runtime?
At the moment, I:
Ext.getCmp('thetabpanel).getTabBar().items.get(1).setDisabled(true);
This seems very complicated, but I cannot find any obvious method at the level of the tab bar to do this directly.
thanks
source share