I have the existing sencha ExtJS Project using multi module directory structure like this:
Code:app | |---controller | | | |--------- CMS | | | | | |------ New.js | | |------ Query.js | | |------ ... | | | |--------- Tracking | | | |------ Save.js | |------ Query.js | |------ ... |---view | | | |--------- CMS | | | | | |------ New.js | | |------ Query.js | | |------ ... | |--------- Tracking | | | |------ Save.js | |------ Query.js | |------ ... |---model (...same module structure )
So for example, TrackingSaveController class name is :
"MyApp.controller.tracking.Save"
But in architect ONLY can has One layer/directory/folder/namespace, how can i do it? or should ask: How can i import that project into the architect? Thank you for your help![]()