-
26 Jan 2013 11:54 PM #1
How to set the AjaxProxy to read xml by http postmethod
How to set the AjaxProxy to read xml by http postmethod
Hi
I use the Sencha Architect 2.1.
I want to use ajaxproxy to read the xml by http post method.
AjaxProxy uses the http get method to read.
Please tell me how to change this method in Sencha Architect 2.1.
Thank you.
-
28 Jan 2013 11:40 AM #2
Sounds like you want an XmlStore (an XML reader coupled with an Ajax Proxy).
The default behavior of what uses POST or GET is documented here:
http://docs.sencha.com/ext-js/4-1/#!...-actionMethods
should do youCode:actionMethods: {read: 'POST'}Aaron Conran
@aconran
Sencha Architect Development Team
-
3 Feb 2013 8:25 AM #3
Custom Property?
Custom Property?
Thank you your reply , aconran.
I knew that in architect , I can add the property as custom prpperty.
So, I added the "actionMethods" as a custom property.
Is this right way?
And I want to post the parameter. This way is right?
-
4 Feb 2013 11:35 AM #4
Yes
Aaron Conran
@aconran
Sencha Architect Development Team


Reply With Quote