Mercurial > lada > lada-client
view app/store/Mst.js @ 119:1a08905b46e2
Added tag tag-refactor for changeset f2579cadaee8
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 21 Jun 2013 16:51:16 +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' } } });