Mercurial > lada > lada-client
comparison app/view/widget/Messmethode.js @ 611:8a156a7fbe67
added a controller for messungforms, modified testdatensatz-widget to load a local store, removed dirtychange listeners from probe-form
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 13 Mar 2015 15:11:12 +0100 |
parents | d47ee7439f44 |
children | 2ad36c8db968 |
comparison
equal
deleted
inserted
replaced
610:f240fe19ff5d | 611:8a156a7fbe67 |
---|---|
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 } |