Mercurial > lada > lada-client
comparison app/view/widget/base/ComboBox.js @ 851:c89d6de27fd3
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 08 Jul 2015 12:42:19 +0200 |
parents | 95d40ca7bb70 |
children | 777bf66dbb11 |
comparison
equal
deleted
inserted
replaced
850:43f3a53d07d3 | 851:c89d6de27fd3 |
---|---|
35 typeAhead: this.typeAhead, | 35 typeAhead: this.typeAhead, |
36 minChars: this.minChars, | 36 minChars: this.minChars, |
37 maxChars: this.maxChars, | 37 maxChars: this.maxChars, |
38 multiSelect: this.multiSelect, | 38 multiSelect: this.multiSelect, |
39 editable: this.editable || true, | 39 editable: this.editable || true, |
40 readOnly: this.readOnly, | |
40 forceSelection: this.forceSelection || false, | 41 forceSelection: this.forceSelection || false, |
41 msgTarget: 'none', | 42 msgTarget: 'none', |
42 tpl: this.tpl, | 43 tpl: this.tpl, |
43 displayTpl: this.displayTpl | 44 displayTpl: this.displayTpl |
44 }, { | 45 }, { |