Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Sencha 架构师中开发一个应用程序。我的应用程序中有不同的组。在每个组中都有多个模块,并且在模块中没有可用的视图。我想有树状文件夹结构的视图。如何通过 Sencha 架构师实现这一点?
提前致谢。
您可以在每个组件名称上加上前缀,例如:
account.MainWindow
将生成为
/app/views/accounts/MainWindow.js
您只能拥有 MVC 模式。在 Sencha Architect 中您不能拥有自己的树结构!