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.
ストアの load() メソッドを呼び出す前にプロキシ URL を動的に設定するのが好きです
ストアからプロキシを取得して、そのプロキシの URL を変更するだけです。
var yourStore= Ext.getStore('storename'); var proxy = yourStore.getProxy(); proxy.setUrl("new Url");