Ext JS - Learning Center

Extention:PagingMemoryRemoteProxy

From Learn About the Ext JavaScript Library

Revision as of 21:06, 20 March 2009 by Crenix (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Summary: A proxy which grabs data remotely(or locally) and operations (like paging) are done on the local cache.
Author: Kevin Darlington
Published: 2009-03-20
Version: 1.11
Ext Version: 2.x
License: LGPLv3
Demo Link: View Demo
Forum Post: View Post

Extension

This proxy will grab data from a remote url and store it in a cache. Any paging will then be done from the cache instead of grabbing it from the server again. The proxy also supports loading data locally defined in javascript as well. Many other helpful features are built into the proxy to help you achieve almost anything you want to do. Check out the demo for examples.

Download

http://outroot.com/extjs/PagingMemoryRemoteProxy/PagingMemoryRemoteProxy.js

Demo

http://outroot.com/extjs/PagingMemoryRemoteProxy/