FPXdeveloper_4
30 Nov 2011, 1:25 PM
In order to get my controllers to show up in my .jsb3 file using sencha create, I had to require them like
Ext.require('app.controller.ControllerName');
I tried to get them to add using both the "controllers" configuration on the Ext.application and by using a "requires" configuration on the Ext.controller. Neither worked.
Is this the correct way to add controllers to the .jsb3 or is there some other way I should have included them.
Ext.require('app.controller.ControllerName');
I tried to get them to add using both the "controllers" configuration on the Ext.application and by using a "requires" configuration on the Ext.controller. Neither worked.
Is this the correct way to add controllers to the .jsb3 or is there some other way I should have included them.