Mercurial > lada > lada-client
comparison app/view/widget/base/ComboBox.js @ 847:95d40ca7bb70
Netbetreiber Combobox shall be readonly
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 08 Jul 2015 09:47:30 +0200 |
parents | 1321efe444f0 |
children | 777bf66dbb11 |
comparison
equal
deleted
inserted
replaced
846:af9d506b0700 | 847:95d40ca7bb70 |
---|---|
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 }, { |