Mercurial > lada > lada-client
comparison app/store/MessprogrammQueries.js @ 751:704bb359c0fe
dynamically exchange the store of the resultfiltergrid
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 28 Apr 2015 16:03:59 +0200 |
parents | 344330d3d1cd |
children | fb99332bb48e |
comparison
equal
deleted
inserted
replaced
750:561ade69980e | 751:704bb359c0fe |
---|---|
10 * Store for Queries | 10 * Store for Queries |
11 */ | 11 */ |
12 Ext.define('Lada.store.MessprogrammQueries', { | 12 Ext.define('Lada.store.MessprogrammQueries', { |
13 extend: 'Ext.data.Store', | 13 extend: 'Ext.data.Store', |
14 model: 'Lada.model.Query', | 14 model: 'Lada.model.Query', |
15 autolad: true, | |
15 proxy: { | 16 proxy: { |
16 type: 'rest', | 17 type: 'rest', |
17 url: 'lada-server/query/messprogramm', | 18 url: 'lada-server/query/messprogramm', |
18 reader: { | 19 reader: { |
19 type: 'json', | 20 type: 'json', |
20 root: 'data' | 21 root: 'data' |
21 } | 22 } |
22 }, | 23 } |
23 autoLoad: true | |
24 }); | 24 }); |