-
1 Sep 2009 6:48 AM #1
[2.x/3.x] Some examples should be updated
[2.x/3.x] Some examples should be updated
Test the ext library examples on IIS or Nginx, some examples work abnormally.
For example, http://localhost/Ext/examples/layout...t-browser.html
The error information on firebug is "405 Method Not Allowed".
It causes by the using wrong method of "POST". It should be "GET".
Edit the layout-browser.js file related part,and add the "requestMethod" as "GET":
Some other examples have this problem too.Code:loader: new Ext.tree.TreeLoader({ requestMethod:"GET", dataUrl:'tree-data.json' }),
There are lots subjects related this issue. Need extjs update these examples??
Come from: http://otvblog.appspot.com/2009/08/h...od-not-allowed
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote