-
15 Oct 2012 3:07 AM #11
I hope you have done something like this :
You can access the variable as :Code:Ext.define('App.controller.controllerName', { extend : 'Ext.app.Controller', stores : [ '' ], models : [ '' ], views : [ '' ], dataRec :[]
where appReference is defined in app.js as:Code:appReference.getController('controllerName').dataRec
Code:launch: function () { appReference = this;Thanks,
Ronz



Reply With Quote