X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.data.HttpProxy.html diff --git a/docs/output/Ext.data.HttpProxy.html b/docs/output/Ext.data.HttpProxy.html deleted file mode 100644 index 4d3ad3b5..00000000 --- a/docs/output/Ext.data.HttpProxy.html +++ /dev/null @@ -1,397 +0,0 @@ -
Properties Methods Events Config Options Direct Link
Observable
  DataProxy
    HttpProxy

Class Ext.data.HttpProxy

Package:Ext.data
Defined In:HttpProxy.js
Class:HttpProxy
Extends:DataProxy

An implementation of Ext.data.DataProxy that processes data requests within the same -domain of the originating page.

-

Note: this class cannot be used to retrieve data from a domain other -than the domain from which the running page was served. For cross-domain requests, use a -ScriptTagProxy.

-

Be aware that to enable the browser to parse an XML document, the server must set -the Content-Type header in the HTTP response to "text/xml".

Config Options

Config OptionsDefined By
 doRequest : Function
Abstract method that should be implemented in all subclasses -(e.g.: HttpProxy.doRequest, -DirectProxy.doRequest).
DataProxy

Public Properties

PropertyDefined By

Public Methods

MethodDefined By

Public Events

EventDefined By
\ No newline at end of file