comparison app/store/Mst.js @ 35:3f801444b8d5

Added store for Messstelle. Fill Messstellen widget on search page dynamically.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 23 May 2013 16:09:05 +0200
parents
children ab067fdb91b5
comparison
equal deleted inserted replaced
34:d090ba4104ab 35:3f801444b8d5
1 Ext.define('Lada.store.Mst', {
2 extend: 'Ext.data.Store',
3 fields: ['mstId'],
4 proxy: {
5 type: 'ajax',
6 api: {
7 read: 'server/rest/mst'
8 },
9 reader: {
10 type: 'json'
11 }
12 }
13 });

http://lada.wald.intevation.org