diff app/view/widgets/Betriebsart.js @ 490:446e99cfd425

Updated views and controllers using the new model and stores.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 31 Oct 2014 21:28:31 +0100
parents debfcc7713e3
children 7c0653e8d9f7
line wrap: on
line diff
--- a/app/view/widgets/Betriebsart.js	Fri Oct 31 21:11:25 2014 +0100
+++ b/app/view/widgets/Betriebsart.js	Fri Oct 31 21:28:31 2014 +0100
@@ -18,13 +18,14 @@
  * Combobox for Betriebsart
  */
 Ext.define('Lada.view.widgets.Betriebsart' ,{
-        extend: 'Ext.form.ComboBox',
-        alias: 'widget.betriebsart',
-        store: betriebsartStore,
-        queryMode: 'local',
-        displayField:'betriebsart',
-        valueField: 'betriebsartId',
-        emptyText:'Wählen Sie eine Betriebsart',
+    extend: 'Ext.form.ComboBox',
+    alias: 'widget.betriebsart',
+    store: betriebsartStore,
+    queryMode: 'local',
+    displayField:'betriebsart',
+    valueField: 'betriebsartId',
+    emptyText:'Wählen Sie eine Betriebsart',
+
     initComponent: function() {
         this.callParent(arguments);
     }

http://lada.wald.intevation.org