X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..refs/heads/master:/docs/api/Ext.data.JsonP.html diff --git a/docs/api/Ext.data.JsonP.html b/docs/api/Ext.data.JsonP.html deleted file mode 100644 index 7a25c411..00000000 --- a/docs/api/Ext.data.JsonP.html +++ /dev/null @@ -1,83 +0,0 @@ -
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.
-