debe78
1 Mar 2017, 7:09 AM
Hi,
How is possible to implement the Sample Login App explained on the tutorial when application launch method in Architect is locked relatively to the part of creating the initial view?
Ext.create({ xtype: loggedIn ? 'app-main' : 'login' });
It's not possible on Application.launch() function modify the call at Ext.create
How is possible to implement the Sample Login App explained on the tutorial when application launch method in Architect is locked relatively to the part of creating the initial view?
Ext.create({ xtype: loggedIn ? 'app-main' : 'login' });
It's not possible on Application.launch() function modify the call at Ext.create