X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/output/Ext.data.Request.js diff --git a/docs/output/Ext.data.Request.js b/docs/output/Ext.data.Request.js index 0c8bf681..1ef8ff8b 100644 --- a/docs/output/Ext.data.Request.js +++ b/docs/output/Ext.data.Request.js @@ -1,123 +1,153 @@ 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": [ + "allMixins": [ ], - "xtype": null, - "author": "Ed Spencer", + "deprecated": null, "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" + "members": { + "cfg": [ + { + "type": "String", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Request.html#Ext-data-Request-cfg-action", + "shortDoc": "The name of the action this Request represents. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js", + "private": false, + "name": "action", + "owner": "Ext.data.Request", + "doc": "

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

\n", + "linenr": 12, + "html_filename": "Request.html" }, - "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": [ + { + "type": "String", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Request.html#Ext-data-Request-cfg-method", + "shortDoc": "The HTTP method to use on this Request (defaults to 'GET'). ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js", + "private": false, + "name": "method", + "owner": "Ext.data.Request", + "doc": "

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

\n", + "linenr": 22, + "html_filename": "Request.html" + }, + { + "type": "Object", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Request.html#Ext-data-Request-cfg-params", + "shortDoc": "HTTP request params. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js", + "private": false, + "name": "params", + "owner": "Ext.data.Request", + "doc": "

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

\n", + "linenr": 17, + "html_filename": "Request.html" + }, + { + "type": "String", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Request.html#Ext-data-Request-cfg-url", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js", + "private": false, + "name": "url", + "owner": "Ext.data.Request", + "doc": "

The url to access on this Request

\n", + "linenr": 27, + "html_filename": "Request.html" + } + ], + "method": [ + { + "deprecated": null, + "alias": null, + "href": "Request.html#Ext-data-Request-method-constructor", + "tagname": "method", + "protected": false, + "shortDoc": "Creates the Request object. ...", + "static": false, + "params": [ + { + "type": "Object", + "optional": true, + "doc": "

(optional) Config object.

\n", + "name": "config" + } + ], + "private": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js", + "doc": "

Creates the Request object.

\n", + "owner": "Ext.data.Request", + "name": "Request", + "html_filename": "Request.html", + "return": { + "type": "Object", + "doc": "\n" + }, + "linenr": 32 + } + ], + "property": [ - ], - "event": [ + ], + "cssVar": [ - ], - "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": [ - ], - "cssMixin": [ + ], + "event": [ - ], - "component": false, + ] + }, + "singleton": false, + "alias": null, "superclasses": [ ], + "protected": false, + "tagname": "class", + "mixins": [ + + ], + "href": "Request.html#Ext-data-Request", "subclasses": [ ], + "static": false, + "author": "Ed Spencer", + "component": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js", + "private": false, + "alternateClassNames": [ + + ], + "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", "mixedInto": [ ], - "allMixins": [ + "linenr": 1, + "xtypes": [ - ] + ], + "html_filename": "Request.html", + "extends": "Object" }); \ No newline at end of file