[TYPO3-dev] Creating an ExtJS grid with JSON data in a BE module

Steffen Kamper info at sk-typo3.de
Tue Nov 30 11:52:44 CET 2010


Hi,

the main points are:

* define a store, a reader, a writer (if you want CRUD)

ExtJs has some shortcuts like DirectStore or JsonStore, but it's all the 
same if you use a Ext.data.Store, a reader, a writer and a proxy.

Within the reader you have the mapping for the array to the fields.

It's pretty simple, have a look at
http://dev.sencha.com/deploy/dev/examples/#sample-4

vg Steffen




More information about the TYPO3-dev mailing list