Mercurial > lada > lada-client
view app/store/Messeinheit.js @ 141:1fb79e16149f
Displaye Messeinheit in the Zusatzwerte Overview.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 28 Jun 2013 09:51:41 +0200 |
parents | 882566d0b8f3 |
children | 70a1b5962930 |
line wrap: on
line source
Ext.define('Lada.store.Messeinheit', { extend: 'Ext.data.Store', fields: ['mehId', 'einheit'], autoLoad: true, proxy: { type: 'ajax', api: { read: 'server/rest/messeinheit' }, reader: { type: 'json', root: 'data' } } });