GitXplorerGitXplorer
c

extjs4-serversidedata

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
781734ba1dd954fec42dd0e351dea8fff87242d3

First commit

ccolinramsay committed 13 years ago

README

The README file for this repository.

Security Example

This application shows how to embed server-side data in an Ext JS application.

Installation

You need to copy an ExtJS 3.1 SDK directory into the app. Rename the SDK directory from extjs-3.1xxxxx to simply sdk. /sdk/bootstrap.js should be available, for example.

Overview

Essentially the data is written out up-front before the application loads up. See index.html. Then it can be consumed in the app later - see Main.js and Show.js for examples.