Anand Singh
Anand Singh

Reputation: 327

How create folder wise views in Sencha Architect?

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.

Upvotes: 1

Views: 700

Answers (2)

user2888692
user2888692

Reputation: 101

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

accounts.MainWindow

Will be generated as

/app/views/accounts/MainWindow.js

Upvotes: 2

sreeAravinth
sreeAravinth

Reputation: 79

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

Upvotes: -1

Related Questions