Mercurial > lada > lada-client
view app/store/Probenzusatzwert.js @ 116:88922e579002
Set debug version as dev version has a bug on displaying values from model.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 20 Jun 2013 15:51:54 +0200 |
parents | 882566d0b8f3 |
children |
line wrap: on
line source
Ext.define('Lada.store.Probenzusatzwert', { extend: 'Ext.data.Store', fields: ['pzsId', 'beschreibung', 'zusatzwert'], proxy: { type: 'ajax', api: { read: 'server/rest/probenzusatz' }, reader: { type: 'json', root: 'data' } } });