Mercurial > lada > lada-client
comparison app/view/widget/Messmethode.js @ 616:dfc07fa0ceb1
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 13 Mar 2015 16:29:02 +0100 |
parents | 8a156a7fbe67 |
children | 2ad36c8db968 |
comparison
equal
deleted
inserted
replaced
615:3d33c65319f3 | 616:dfc07fa0ceb1 |
---|---|
20 autoSelect: false, | 20 autoSelect: false, |
21 queryMode: 'local', | 21 queryMode: 'local', |
22 triggerAction: 'all', | 22 triggerAction: 'all', |
23 typeAhead: true, | 23 typeAhead: true, |
24 minChars: 0, | 24 minChars: 0, |
25 | 25 layout: 'hbox', |
26 | |
26 initComponent: function() { | 27 initComponent: function() { |
27 this.store = Ext.data.StoreManager.get('messmethoden'); | 28 this.store = Ext.data.StoreManager.get('messmethoden'); |
28 if (!this.store) { | 29 if (!this.store) { |
29 this.store = Ext.create('Lada.store.Messmethoden'); | 30 this.store = Ext.create('Lada.store.Messmethoden'); |
30 } | 31 } |