comparison app/view/widgets/Mst.js @ 31:897e3100c6da

Changed logic of the Probenauswahl. Now logic works like the BFS version.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 21 May 2013 17:53:51 +0200
parents
children 3f801444b8d5
comparison
equal deleted inserted replaced
30:c684f01c0b72 31:897e3100c6da
1 // Combobox for Messtelle
2 Ext.define('Lada.view.widgets.Mst' ,{
3 extend: 'Ext.form.ComboBox',
4 alias: 'widget.mst',
5 store: 'Sql',
6 displayField:'name',
7 valueField: 'id' ,
8 emptyText:'Wählen Sie eine Messstelle',
9 initComponent: function() {
10 this.callParent(arguments);
11 }
12 });

http://lada.wald.intevation.org