X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.data.MemoryProxy.html diff --git a/docs/output/Ext.data.MemoryProxy.html b/docs/output/Ext.data.MemoryProxy.html index e51c959c..c98a6af4 100644 --- a/docs/output/Ext.data.MemoryProxy.html +++ b/docs/output/Ext.data.MemoryProxy.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  DataProxy
    MemoryProxy

Class Ext.data.MemoryProxy

Package:Ext.data
Defined In:MemoryProxy.js
Class:MemoryProxy
Subclasses:PagingMemoryProxy
Extends:DataProxy
An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor +
Observable
  DataProxy
    MemoryProxy

Class Ext.data.MemoryProxy

Package:Ext.data
Defined In:MemoryProxy.js
Class:MemoryProxy
Extends:DataProxy
An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor to the Reader when its load method is called.

Config Options

Config OptionsDefined By
 doRequest : Function
Abstract method that should be implemented in all subclasses +

DataProxy