lobo-tuerto
28 Mar 2008, 12:50 PM
Where do you post any issues regarding documentation?
For example in here:
http://extjs.com/deploy/dev/docs/output/Ext.data.Store.html
It says it has no arguments:
loadexception : ()
Fires if an exception occurs in the Proxy during loading. Called with the signature of the Proxy's "loadexception" ev...
Fires if an exception occurs in the Proxy during loading. Called with the signature of the Proxy's "loadexception" event.
Listeners will be called with the following arguments:
* None.
But it clearly has some:
'loadexception':{
fn: function(httpProxy, dataObject, args, exception){
console.log('** - Data Store listener fired (loadexception), arguments:',arguments);
}
,scope:this
}
For example in here:
http://extjs.com/deploy/dev/docs/output/Ext.data.Store.html
It says it has no arguments:
loadexception : ()
Fires if an exception occurs in the Proxy during loading. Called with the signature of the Proxy's "loadexception" ev...
Fires if an exception occurs in the Proxy during loading. Called with the signature of the Proxy's "loadexception" event.
Listeners will be called with the following arguments:
* None.
But it clearly has some:
'loadexception':{
fn: function(httpProxy, dataObject, args, exception){
console.log('** - Data Store listener fired (loadexception), arguments:',arguments);
}
,scope:this
}