X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/api/Ext.data.JsonP.html diff --git a/docs/api/Ext.data.JsonP.html b/docs/api/Ext.data.JsonP.html new file mode 100644 index 00000000..7a25c411 --- /dev/null +++ b/docs/api/Ext.data.JsonP.html @@ -0,0 +1,83 @@ +
This class is used to create JSONP requests. JSONP is a mechanism that allows for making +requests for data cross domain. More information is available here: +http://en.wikipedia.org/wiki/JSONP
+Specifies the GET parameter that will be sent to the server containing the function name to be executed when +the request completes. Defaults to callback. Thus, a common request will be in the form of +url?callback=Ext.data.JsonP.callback1
+True to add a unique cache-buster param to requests. Defaults to true.
+True to add a unique cache-buster param to requests. Defaults to true.
+Change the parameter which is sent went disabling caching through a cache buster. Defaults to '_dc'.
+Change the parameter which is sent went disabling caching through a cache buster. Defaults to '_dc'.
+Abort a request. If the request parameter is not specified all open requests will +be aborted.
+Abort a request. If the request parameter is not specified all open requests will +be aborted.
+(Optional) The request to abort
+Makes a JSONP request.
+Makes a JSONP request.
+An object which may contain the following properties. Note that options will +take priority over any defaults that are specified in the class.
+ +request An object containing the request details.
+