Manual:Data:Proxies (Legacy)

This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.

Go to the new Sencha Learning Center

From Sencha - Learn

Jump to: navigation, search

Ext Manual > Data >

Data proxy classes

  • Ext.data.DataProxy (doc) - This class is an abstract base class for implementations which provide retrieval of unformatted data objects.
    • Ext.data.MemoryProxy (doc) - An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor to the Reader when its load method is called.
    • Ext.data.HttpProxy (doc) - An implementation of Ext.data.DataProxy that reads a data object from an Ext.data.Connection object configured to reference a certain URL.
    • Ext.data.ScriptTagProxy (doc) - An implementation of Ext.data.DataProxy that reads a data object from a URL which may be in a domain other than the originating domain of the running page.
This page was last modified on 2 August 2007, at 09:43. This page has been accessed 19,716 times.