X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.data.JsonP.js diff --git a/docs/output/Ext.data.JsonP.js b/docs/output/Ext.data.JsonP.js new file mode 100644 index 00000000..5850908e --- /dev/null +++ b/docs/output/Ext.data.JsonP.js @@ -0,0 +1,154 @@ +Ext.data.JsonP.Ext_data_JsonP({ + "tagname": "class", + "name": "Ext.data.JsonP", + "doc": "

This class is used to create JSONP requests. JSONP is a mechanism that allows for making\nrequests for data cross domain. More information is available here:\nhttp://en.wikipedia.org/wiki/JSONP

\n", + "extends": null, + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": true, + "private": false, + "cfg": [ + + ], + "method": [ + { + "tagname": "method", + "name": "abort", + "member": "Ext.data.JsonP", + "doc": "

Abort a request. If the request parameter is not specified all open requests will\nbe aborted.

\n", + "params": [ + { + "type": "Object/String", + "name": "request", + "doc": "

(Optional) The request to abort

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/JsonP.js", + "linenr": 123, + "html_filename": "JsonP.html", + "href": "JsonP.html#Ext-data-JsonP-method-abort", + "shortDoc": "

Abort a request. If the request parameter is not specified all open requests will\nbe aborted.

\n" + }, + { + "tagname": "method", + "name": "request", + "member": "Ext.data.JsonP", + "doc": "

Makes a JSONP request.

\n", + "params": [ + { + "type": "Object", + "name": "options", + "doc": "

An object which may contain the following properties. Note that options will\ntake priority over any defaults that are specified in the class.

\n\n\n\n", + "optional": false + } + ], + "return": { + "type": "Object", + "doc": "

request An object containing the request details.

\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/JsonP.js", + "linenr": 52, + "html_filename": "JsonP.html", + "href": "JsonP.html#Ext-data-JsonP-method-request", + "shortDoc": "

Makes a JSONP request.

\n" + } + ], + "property": [ + { + "tagname": "property", + "name": "callbackKey", + "member": "Ext.data.JsonP", + "type": "String", + "doc": "

Specifies the GET parameter that will be sent to the server containing the function name to be executed when\nthe request completes. Defaults to callback. Thus, a common request will be in the form of\nurl?callback=Ext.data.JsonP.callback1

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/JsonP.js", + "linenr": 43, + "html_filename": "JsonP.html", + "href": "JsonP.html#Ext-data-JsonP-property-callbackKey", + "shortDoc": "Specifies the GET parameter that will be sent to the server containing the function name to be executed when\nthe requ..." + }, + { + "tagname": "property", + "name": "disableCaching", + "member": "Ext.data.JsonP", + "type": "Boolean", + "doc": "

True to add a unique cache-buster param to requests. Defaults to true.

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/JsonP.js", + "linenr": 29, + "html_filename": "JsonP.html", + "href": "JsonP.html#Ext-data-JsonP-property-disableCaching" + }, + { + "tagname": "property", + "name": "disableCachingParam", + "member": "Ext.data.JsonP", + "type": "String", + "doc": "

Change the parameter which is sent went disabling caching through a cache buster. Defaults to '_dc'.

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/JsonP.js", + "linenr": 36, + "html_filename": "JsonP.html", + "href": "JsonP.html#Ext-data-JsonP-property-disableCachingParam" + }, + { + "tagname": "property", + "name": "timeout", + "member": "Ext.data.JsonP", + "type": "Number", + "doc": "

A default timeout for any JsonP requests. If the request has not completed in this time the\nfailure callback will be fired. The timeout is in ms. Defaults to 30000.

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/JsonP.js", + "linenr": 21, + "html_filename": "JsonP.html", + "href": "JsonP.html#Ext-data-JsonP-property-timeout", + "shortDoc": "A default timeout for any JsonP requests. If the request has not completed in this time the\nfailure callback will be ..." + } + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/JsonP.js", + "linenr": 1, + "html_filename": "JsonP.html", + "href": "JsonP.html#Ext-data-JsonP", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file