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.
我熟悉在同一个 ExtJS MVC 应用程序中扩展组件,但现在我想使用来自另一个 ExtJS MVC 应用程序的组件?有人可以帮我理解如何做到这一点,并举例说明在 App2 (MVC) 中从 App1 (MVC) 扩展组件吗?
我会使用 sencha cmd 来创建一个由两个应用程序使用并保存共享或公共逻辑的包。然后每个应用程序都可以根据需要扩展组件。