In extjs 4 there is a tabbar function using which we can add any xtype to the tab header which is as below
this.tabbar.add();
How could we do the same in extjs 3 , i couldn't find any options for adding a new item in the tab header.
Thank you.
In extjs 4 there is a tabbar function using which we can add any xtype to the tab header which is as below
this.tabbar.add();
How could we do the same in extjs 3 , i couldn't find any options for adding a new item in the tab header.
Thank you.
The tab bar in Ext JS 3 isn't a component, you would have to render a component into the tab bar element.
Mitchell Simoens @LikelyMitch
Modus Create, Senior Frontend Engineer
________________
Need any sort of Ext JS help? Modus Create is here to help!
Check out my GitHub:
https://github.com/mitchellsimoens