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

Simple class that represents a Request that will be made by any Ext.data.proxy.Server subclass.\nAll this class does is standardize the representation of a Request as used by any ServerProxy subclass,\nit does not contain any actual logic or perform the request itself.

\n\n", + "extends": "Object", + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": "Ed Spencer", + "docauthor": null, + "singleton": false, + "private": false, + "cfg": [ + { + "tagname": "cfg", + "name": "action", + "member": "Ext.data.Request", + "type": "String", + "doc": "

The name of the action this Request represents. Usually one of 'create', 'read', 'update' or 'destroy'

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js", + "linenr": 14, + "html_filename": "Request.html", + "href": "Request.html#Ext-data-Request-cfg-action" + }, + { + "tagname": "cfg", + "name": "method", + "member": "Ext.data.Request", + "type": "String", + "doc": "

The HTTP method to use on this Request (defaults to 'GET'). Should be one of 'GET', 'POST', 'PUT' or 'DELETE'

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js", + "linenr": 24, + "html_filename": "Request.html", + "href": "Request.html#Ext-data-Request-cfg-method" + }, + { + "tagname": "cfg", + "name": "params", + "member": "Ext.data.Request", + "type": "Object", + "doc": "

HTTP request params. The Proxy and its Writer have access to and can modify this object.

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js", + "linenr": 19, + "html_filename": "Request.html", + "href": "Request.html#Ext-data-Request-cfg-params" + }, + { + "tagname": "cfg", + "name": "url", + "member": "Ext.data.Request", + "type": "String", + "doc": "

The url to access on this Request

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js", + "linenr": 29, + "html_filename": "Request.html", + "href": "Request.html#Ext-data-Request-cfg-url" + } + ], + "method": [ + { + "tagname": "method", + "name": "Request", + "member": "Ext.data.Request", + "doc": "\n", + "params": [ + { + "type": "Object", + "name": "config", + "doc": "

Optional config object

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js", + "linenr": 1, + "html_filename": "Request.html", + "href": "Request.html#Ext-data-Request-method-constructor", + "shortDoc": "\n" + } + ], + "property": [ + + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js", + "linenr": 1, + "html_filename": "Request.html", + "href": "Request.html#Ext-data-Request", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file