-
12 Apr 2007 3:14 AM #1
Ext.data.HttpProxy does not fire the "load" event.
Ext.data.HttpProxy does not fire the "load" event.
ScriptTagProxy has
just before it calls its callback in handleResponse.Code:this.fireEvent("load", this, o, trans.arg);
HttpProxy should have
just before it calls its callback in loadResponseCode:this.fireEvent("load", this, o, o.request.arg);
I'm just updating the docs for the events in DataProxy...
-
12 Apr 2007 4:00 AM #2
Yes it should.



Reply With Quote