PDA

View Full Version : [SOLVED] About documentation



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
}

Animal
28 Mar 2008, 12:55 PM
There's a sticky thread in the Bugs folder.

mystix
28 Mar 2008, 11:02 PM
the stickied thread's called Missing and/or Incorrect Docs - Ext 2.x:
http://extjs.com/forum/showthread.php?t=13818