문제

I'm familiar with extending components within the same ExtJS MVC application, but now I'm wanting to use components from another ExtJS MVC application? Can someone help me understand how this can be done and give an example of extending a component from App1 (MVC) in App2 (MVC)?

도움이 되었습니까?

해결책

I would use sencha cmd to create a package that is used by both applications and holds shared or common logic. Then each application can extend the components as needed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top