diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/view/widgets/Uwb.js	Tue May 21 17:53:51 2013 +0200
@@ -0,0 +1,12 @@
+// Combobox for Umweltbereich
+Ext.define('Lada.view.widgets.Uwb' ,{
+        extend: 'Ext.form.ComboBox',
+        alias: 'widget.uwb',
+        store: 'Sql',
+        displayField:'name',
+        valueField: 'id',
+        emptyText:'Wählen Sie eine Abfrage',
+    initComponent: function() {
+        this.callParent(arguments);
+    }
+});

http://lada.wald.intevation.org