Mercurial > lada > lada-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
140:00e43c00b7f2 | 141:1fb79e16149f |
---|---|
1 Ext.define('Lada.store.Messeinheit', { | 1 Ext.define('Lada.store.Messeinheit', { |
2 extend: 'Ext.data.Store', | 2 extend: 'Ext.data.Store', |
3 fields: ['mehId', 'einheit'], | 3 fields: ['mehId', 'einheit'], |
4 autoLoad: true, | |
4 proxy: { | 5 proxy: { |
5 type: 'ajax', | 6 type: 'ajax', |
6 api: { | 7 api: { |
7 read: 'server/rest/messeinheit' | 8 read: 'server/rest/messeinheit' |
8 }, | 9 }, |