Mercurial > lada > lada-client
view app/store/Mst.js @ 105:7ad96e3d70c1
Added gemId and staatId
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 18 Jun 2013 13:21:57 +0200 |
parents | ab067fdb91b5 |
children |
line wrap: on
line source
Ext.define('Lada.store.Mst', { extend: 'Ext.data.Store', fields: ['mstId'], proxy: { type: 'ajax', api: { read: 'server/rest/mst' }, reader: { type: 'json', root: 'data' } } });