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());
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());