You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have panel which change its title dynamically, but when I add that view to mainview (extend: 'Ext.ux.slide.View') the text of my toolbox is not showing.
I update the title using this code:
var toolbar = Ext.ComponentQuery.query('toolbar')[0];
toolbar.setTitle(campania_id.toString());