Mercurial > lada > lada-client
comparison app/view/widget/Staat.js @ 1289:bfdc00c24baf
Ortszuordnung for messprogramm and probe using same form
author | Maximilian Krambach <mkrambach@intevation.de> |
---|---|
date | Wed, 01 Feb 2017 14:52:51 +0100 |
parents | d47ee7439f44 |
children |
comparison
equal
deleted
inserted
replaced
1288:08085b7d1d0b | 1289:bfdc00c24baf |
---|---|
20 autoSelect: false, | 20 autoSelect: false, |
21 queryMode: 'local', | 21 queryMode: 'local', |
22 triggerAction: 'all', | 22 triggerAction: 'all', |
23 typeAhead: false, | 23 typeAhead: false, |
24 minChars: 0, | 24 minChars: 0, |
25 forceSelection: this.forceSelection || false, | |
25 | 26 |
26 initComponent: function() { | 27 initComponent: function() { |
27 this.store = Ext.data.StoreManager.get('staaten'); | 28 this.store = Ext.data.StoreManager.get('staaten'); |
28 if (!this.store) { | 29 if (!this.store) { |
29 this.store = Ext.create('Lada.store.Staaten'); | 30 this.store = Ext.create('Lada.store.Staaten'); |