How to set the tabtip of tabpanel when the title of tabpanel is changed?
tabpanel.on('titlechange', function(panel) {
Ext.fly(panel.getEl()).child('span.x-tab-strip-text', true).qtip = "New Tab tip text";
});
Try this
tabpanel.on('titlechange', function(panel) {
Ext.fly(panel.getEl()).child('span.x-tab-strip-text', true).qtip = "New Tab tip text";
});
#If you have any other info about this subject , Please add it free.# |
Posted in xn--oq0a.com | edit