X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.data.HttpProxy.json;fp=docs%2Fsymbols%2FRoo.data.HttpProxy.json;h=1e9d70a33477d3f589aa5c7f9a36c3e63e1020a4;hp=d9a1b1c2087c42c0e8416f654784675ad2263714;hb=a66f0a954c17d9febb8c6835bd474ccbadfcf2fd;hpb=1ceaae5125b6781e11416dd48109611cfe182be3 diff --git a/docs/symbols/Roo.data.HttpProxy.json b/docs/symbols/Roo.data.HttpProxy.json index d9a1b1c208..1e9d70a334 100644 --- a/docs/symbols/Roo.data.HttpProxy.json +++ b/docs/symbols/Roo.data.HttpProxy.json @@ -9,7 +9,7 @@ "tree_parent" : [], "desc" : "An implementation of {@link Roo.data.DataProxy} that reads a data object from an {@link Roo.data.Connection} object\nconfigured to reference a certain URL.

\n

\nNote that this class cannot be used to retrieve data from a domain other than the domain\nfrom which the running page was served.

\n

\nFor cross-domain access to remote data, use an {@link Roo.data.ScriptTagProxy}.

\n

\nBe aware that to enable the browser to parse an XML document, the server must set\nthe Content-Type header in the HTTP response to \"text/xml\".", "isSingleton" : false, - "isStatic" : false, + "isStatic" : true, "isBuiltin" : false, "isAbstract" : false, "isBuilderTop" : false, @@ -40,43 +40,43 @@ "name" : "method", "type" : "String", "desc" : "(Optional) The default HTTP method to be used for requests. (defaults to undefined; if not set but parms are present will use POST, otherwise GET)", - "memberOf" : "Roo.data.HttpProxy" + "memberOf" : "" }, { "name" : "timeout", "type" : "Number", "desc" : "(Optional) The timeout in milliseconds to be used for requests. (defaults to 30000)", - "memberOf" : "Roo.data.HttpProxy" + "memberOf" : "" }, { "name" : "autoAbort", "type" : "Boolean", "desc" : "(Optional) Whether this request should abort any pending requests. (defaults to false)", - "memberOf" : "Roo.data.HttpProxy" + "memberOf" : "" }, { "name" : "url", "type" : "String", "desc" : "(Optional) The default URL to be used for requests to the server. (defaults to undefined)", - "memberOf" : "Roo.data.HttpProxy" + "memberOf" : "" }, { "name" : "extraParams", "type" : "Object", "desc" : "(Optional) An object containing properties which are used as\nextra parameters to each request made by this object. (defaults to undefined)", - "memberOf" : "Roo.data.HttpProxy" + "memberOf" : "" }, { "name" : "disableCaching", "type" : "Boolean", "desc" : "(Optional) True to add a unique cache-buster param to GET requests. (defaults to true)", - "memberOf" : "Roo.data.HttpProxy" + "memberOf" : "" }, { "name" : "defaultHeaders", "type" : "Object", "desc" : "(Optional) An object containing request headers which are added\n to each request made by this object. (defaults to undefined)", - "memberOf" : "Roo.data.HttpProxy" + "memberOf" : "" } ], "methods" : [