Mercurial > lada > lada-client
view app/store/Probenart.js @ 114:189a93e31be9
Worked on Zusatzwerte. No all values are displayed correct in the List and
form. But sending data in correct form does not work yet.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 20 Jun 2013 12:34:09 +0200 |
parents | ab067fdb91b5 |
children |
line wrap: on
line source
Ext.define('Lada.store.Probenart', { extend: 'Ext.data.Store', fields: ['probenartId', 'beschreibung', 'probenart', 'probenartEudfId'], autoLoad: true, proxy: { type: 'ajax', api: { read: 'server/rest/probenart' }, reader: { type: 'json', root: 'data' } } });