comparison app/view/FilterPanel.js @ 749:78e73be45aaa

Change store on radiobutton change for proben and messprogramm.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 28 Apr 2015 10:57:50 +0200
parents 3ffecbce17d6
children bc6bc71efb78
comparison
equal deleted inserted replaced
748:344330d3d1cd 749:78e73be45aaa
25 }; 25 };
26 this.items = [{ 26 this.items = [{
27 xtype: 'combobox', 27 xtype: 'combobox',
28 name: 'filter', 28 name: 'filter',
29 editable: false, 29 editable: false,
30 store: Ext.create('Lada.store.Queries'), 30 store: Ext.create('Lada.store.ProbeQueries'),
31 displayField: 'name', 31 displayField: 'name',
32 valueField: 'id', 32 valueField: 'id',
33 emptyText: 'Wählen Sie eine Abfrage' 33 emptyText: 'Wählen Sie eine Abfrage'
34 }, { 34 }, {
35 xtype: 'panel', 35 xtype: 'panel',

http://lada.wald.intevation.org