-
18 Nov 2012 2:24 PM #1
Unanswered: how to change tab panels title?
Unanswered: how to change tab panels title?
Hi
Is it possible to change a title of a Grouptabpanel item?
if possible, how to do it?
Regards
-
20 Nov 2012 6:33 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 433
- Answers
- 3102
Use setTitle method on the item and follow the code to see if it ever gets a new title or if you need to extend it to add the behavior.
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.
-
20 Nov 2012 6:41 AM #3
setTitle didn't work for my case, i found that grouptabpanel uses a tree store to control tabs, so i modified the treestore's record to change title.


Reply With Quote