Mercurial > lada > lada-client
comparison app/view/widgets/Uwb.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 | a35119566841 |
comparison
equal
deleted
inserted
replaced
30:c684f01c0b72 | 31:897e3100c6da |
---|---|
1 // Combobox for Umweltbereich | |
2 Ext.define('Lada.view.widgets.Uwb' ,{ | |
3 extend: 'Ext.form.ComboBox', | |
4 alias: 'widget.uwb', | |
5 store: 'Sql', | |
6 displayField:'name', | |
7 valueField: 'id', | |
8 emptyText:'Wählen Sie eine Abfrage', | |
9 initComponent: function() { | |
10 this.callParent(arguments); | |
11 } | |
12 }); |