Threaded View
-
18 Nov 2011 11:47 AM #1
Unanswered: activeItem not updating panel
Unanswered: activeItem not updating panel
Shouldn't this code go the second panel? It's not
Code:var viewport = Ext.create('Ext.Panel', { fullscreen: true, id:'mainViewport', layout: 'card', activeItem: 1, items: [{ xtype: 'LoginForm' },{ xtype: 'MainPunchApp' }], });


Reply With Quote