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を使用する方法.誰でも例を提供できますか?
ありがとう
1 つの理由は、異なるフォルダーで異なる名前空間を実行できるようにするためです。
もう 1 つは、さまざまなサーバーで名前空間を検索できるようにすることです。以下に例を示します。
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' } });