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
Post a Comment