X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.data.HttpProxy.html diff --git a/docs/output/Ext.data.HttpProxy.html b/docs/output/Ext.data.HttpProxy.html index 4d3ad3b5..a2092194 100644 --- a/docs/output/Ext.data.HttpProxy.html +++ b/docs/output/Ext.data.HttpProxy.html @@ -1,4 +1,4 @@ -
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 +

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 @@ -63,9 +63,9 @@ myStore.on({ } } }); -

DataProxy doRequest : Function
Abstract method that should be implemented in all subclasses +

DataProxy doRequest : Function
Abstract method that should be implemented in all subclasses. Note: Should only be used by custom-proxy developers. ...
Abstract method that should be implemented in all subclasses. Note: Should only be used by custom-proxy developers. (e.g.: HttpProxy.doRequest, -DirectProxy.doRequest).
DataProxy listeners : Object
A config object containing one or more event handlers to be added to this +DirectProxy.doRequest).
DataProxy listeners : Object
A config object containing one or more event handlers to be added to this object during initialization. This should ...

A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the addListener example for attaching multiple handlers at once.

@@ -120,7 +120,7 @@ Ext.DomObserver = Ext.extend(Object, { typeAhead: true, mode: 'local', triggerAction: 'all' -});

Observable restful : Boolean
Defaults to false. Set to true to operate in a RESTful manner. +});

Observable onRead : Function
Abstract method that should be implemented in all subclasses. Note: Should only be used by custom-proxy developers. ...
Abstract method that should be implemented in all subclasses. Note: Should only be used by custom-proxy developers. Callback for read action.
DataProxy onWrite : Function
Abstract method that should be implemented in all subclasses. Note: Should only be used by custom-proxy developers. ...
Abstract method that should be implemented in all subclasses. Note: Should only be used by custom-proxy developers. Callback for create, update and destroy actions.
DataProxy restful : Boolean
Defaults to false. Set to true to operate in a RESTful manner. Note: this parameter will automatically be set to t...

Defaults to false. Set to true to operate in a RESTful manner.


Note: this parameter will automatically be set to true if the Ext.data.Store it is plugged into is set to restful: true. If the @@ -156,7 +156,7 @@ uses to make requests to the s...

The Connection object ( uses to make requests to the server. Properties of this object may be changed dynamically to change the way data is requested.
HttpProxy

Public Methods

MethodDefined By