Hybrid View
-
13 Sep 2012 4:42 AM #1
Combo box in tab bar
Combo box in tab bar
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.
-
19 Sep 2012 11:56 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 433
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 @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote