PDA

View Full Version : [2.2] Doc Bug - Ext.proxy.MemoryProxy load method



Andy579
19 Aug 2008, 11:35 AM
In the docs, Ext.proxy.MemoryProxy.load has a function signature as follows:

load( Object params, Ext.data.DataReader) reader, Function callback, Object scope, Object arg ) : void

Missing "(" above

Text indicates some arguments are optional. Silent on others. Confusing since all are optional.

mjlecomte
19 Aug 2008, 11:51 AM
Did you read how to post bugs in this forum? This appears to be a doc problem, not a bug with ext itself? Doc bugs are in their own thread (stickied in this forum BTW).

[CODE]Guidelines for Reporting New Bugs
Before posting a new thread here, please use the Google forum search field at the top-right of the screen to see if your issue has been reported before. This forum has tens of thousands of threads, and the odds are good that your issue has been discussed already.

Still think you've found a new bug? Great! If you have never reviewed our detailed Bug Forum Guidelines (http://extjs.com/forum/showthread.php?t=13985), now would be a great time to do so. Here is a quick overview of the key things you should do when posting:

Provide a meaningful title prefixed with the Ext version number(s) affected (e.g. "[2.1] GridPanel explodes on click")
Provide additional platform details, screenshots, etc. in the post body per the detailed guidelines
You should provide at least one of the following (in order of preference):
A working, self-contained test case of code that can be dropped into a test page and run as-is
Detailed steps to reproduce the issue in one of the standard Ext example pages
A link to a page on your website that demonstrates the issue along with steps to reproduce
Threads that do not contain enough information to reproduce the issue will either be marked [CLOSED] or moved to the Help forum. If you aren't sure whether or not it's a bug in Ext, please post first in the Help forums to discuss the issue.
Please help us to help you