Mercurial > lada > lada-client
comparison app/view/widgets/Messmethode.js @ 491:850ccfe5f3c4
Code style.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 31 Oct 2014 23:23:32 +0100 |
parents | 446e99cfd425 |
children | d07e5086a64b |
comparison
equal
deleted
inserted
replaced
490:446e99cfd425 | 491:850ccfe5f3c4 |
---|---|
22 queryMode: 'local', | 22 queryMode: 'local', |
23 triggerAction : 'all', | 23 triggerAction : 'all', |
24 typeAhead: false, | 24 typeAhead: false, |
25 minChars: 0, | 25 minChars: 0, |
26 tpl: '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >{id} - {messmethode}</div></tpl>', | 26 tpl: '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >{id} - {messmethode}</div></tpl>', |
27 | |
27 initComponent: function() { | 28 initComponent: function() { |
28 this.store = Ext.data.StoreManager.get('StaMessmethoden'); | 29 this.store = Ext.data.StoreManager.get('StaMessmethoden'); |
29 if (!this.store) { | 30 if (!this.store) { |
30 this.store = Ext.create('Lada.store.StaMessmethoden'); | 31 this.store = Ext.create('Lada.store.StaMessmethoden'); |
31 } | 32 } |