Hi
Is it possible to change a title of a Grouptabpanel item?
if possible, how to do it?
Regards
Printable View
Hi
Is it possible to change a title of a Grouptabpanel item?
if possible, how to do it?
Regards
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.
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.