Threaded View
-
5 Feb 2013 9:04 AM #1
Unanswered: Ext.Loader: Multiple Classes in one File
Unanswered: Ext.Loader: Multiple Classes in one File
Hello!
Is there any way to explain the Ext.Loader that there are multiple classes in one file, like:
Defining all path to this files results in three inclusions. I would like to keep them in one file for this special plugin, is there any configuration?Code:Ext.define('MyApp.MyAwesomeHelperClass1', {}); Ext.define('MyApp.MyAwesomeHelperClass2', {}); Ext.define('MyApp.MyAwesomeHelperClass3', {}); //eof
Thanks
Roland


Reply With Quote