Mercurial > lada > lada-client
comparison app/view/widget/base/ComboBox.js @ 740:2e8da590ea0c
made Comboboces editable and filterable for; Messungenform: Messstelle,Datenbasis,Betriebsarts,Testdatensatz,Preobenart,Netzbetreiber Messungform: Messmethode Messwertegrid: Messgroesse,Messeinheit
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Mon, 20 Apr 2015 16:07:40 +0200 |
parents | 2db5d54a5685 |
children | 1321efe444f0 |
comparison
equal
deleted
inserted
replaced
739:efb1369a8cac | 740:2e8da590ea0c |
---|---|
27 listeners: this.listeners, | 27 listeners: this.listeners, |
28 store: this.store, | 28 store: this.store, |
29 displayField: this.displayField, | 29 displayField: this.displayField, |
30 valueField: this.valueField, | 30 valueField: this.valueField, |
31 emptyText: this.emptyText, | 31 emptyText: this.emptyText, |
32 autoSelect: this.autoSelect, | 32 autoSelect: this.autoSelect || true, |
33 queryMode: this.queryMode, | 33 queryMode: this.queryMode, |
34 triggerAction: this.triggerAction, | 34 triggerAction: this.triggerAction, |
35 typeAhead: this.typeAhead, | 35 typeAhead: this.typeAhead, |
36 minChars: this.minChars, | 36 minChars: this.minChars, |
37 multiSelect: this.multiSelect, | 37 multiSelect: this.multiSelect, |
38 editable: this.editable || false, | 38 editable: this.editable || true, |
39 forceSelection: this.forceSelection, | 39 forceSelection: this.forceSelection || true, |
40 msgTarget: 'none', | 40 msgTarget: 'none', |
41 tpl: this.tpl, | 41 tpl: this.tpl, |
42 displayTpl: this.displayTpl | 42 displayTpl: this.displayTpl |
43 }, { | 43 }, { |
44 xtype: 'image', | 44 xtype: 'image', |