extjs - How create folder wise views in Sencha Architect? -


i developing application in sencha architect. application having different groups in it. in each group there multiple modules , in modules there no of views available. want have tree folder structure views. how achieve through sencha architect.?

thanks in advance.

you can put prefix on each component name, example:

accounts.mainwindow

will generated as

/app/views/accounts/mainwindow.js


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -