How create folder wise views in Sencha Architect?

699 Views Asked by At

I am developing an Application in Sencha architect. My application is having different groups in it. In each group there are multiple modules and in modules there are no of views available. I want to have tree like folder structure for views. How to achieve this through Sencha architect.?

Thanks in advance.

2

There are 2 best solutions below

0
On

You can have only MVC pattern.. You cannot have your own Tree structure in Sencha Architect!

0
On

You can put a prefix on each component name, example:

accounts.MainWindow

Will be generated as

/app/views/accounts/MainWindow.js