comparison app/view/widget/base/ComboBox.js @ 817:1321efe444f0

ComboBox ForceSelection defaults to false now, ProbenehmerId can not be negative
author Dustin Demuth <dustin@intevation.de>
date Fri, 29 May 2015 08:31:19 +0200
parents 2e8da590ea0c
children 95d40ca7bb70
comparison
equal deleted inserted replaced
816:e25fcc9269df 817:1321efe444f0
32 autoSelect: this.autoSelect || true, 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 maxChars: this.maxChars,
37 multiSelect: this.multiSelect, 38 multiSelect: this.multiSelect,
38 editable: this.editable || true, 39 editable: this.editable || true,
39 forceSelection: this.forceSelection || true, 40 forceSelection: this.forceSelection || false,
40 msgTarget: 'none', 41 msgTarget: 'none',
41 tpl: this.tpl, 42 tpl: this.tpl,
42 displayTpl: this.displayTpl 43 displayTpl: this.displayTpl
43 }, { 44 }, {
44 xtype: 'image', 45 xtype: 'image',

http://lada.wald.intevation.org