comparison app/view/widget/Messmethode.js @ 708:2ad36c8db968

Added ClearMessages, SetWarnigs, SetReadonly
author Dustin Demuth <dustin@intevation.de>
date Fri, 27 Mar 2015 15:54:43 +0100
parents 8a156a7fbe67
children 2e8da590ea0c
comparison
equal deleted inserted replaced
707:c632c7c34029 708:2ad36c8db968
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 layout: 'hbox', 25 layout: 'hbox',
26 26
27 initComponent: function() { 27 initComponent: function() {
28 this.store = Ext.data.StoreManager.get('messmethoden'); 28 this.store = Ext.data.StoreManager.get('messmethoden');
29 if (!this.store) { 29 if (!this.store) {
30 this.store = Ext.create('Lada.store.Messmethoden'); 30 this.store = Ext.create('Lada.store.Messmethoden');
31 } 31 }

http://lada.wald.intevation.org