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.
谁能告诉 Ext.loader.paths 的用途如何在 extjs 中使用 Ext.loader.paths。任何人都可以提供示例
谢谢
一个原因是让您在不同的文件夹中运行不同的命名空间。
另一个是让你在不同的服务器上找到命名空间。下面的例子。
Ext.Loader.setConfig({ enabled: true, paths: { 'my.namespace.module': 'app/module/mymodule', 'Ext.ux':'http//extjs.cachefly.net/ext-4.1.1-gpl/examples/ux' } });