Mercurial > lada > lada-client
comparison app/view/widget/base/ComboBox.js @ 658:bf15bfea2fca
ComboBoxes sind nun per default nicht mehr editierbar. Das Betriftt auch die Filter-ComboBoxes
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 19 Mar 2015 10:43:02 +0100 |
parents | 291ac2e2bcf5 |
children | a8389baaf4af |
comparison
equal
deleted
inserted
replaced
656:0c1a9d7dd1e9 | 658:bf15bfea2fca |
---|---|
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 msgTarget: 'none', | 39 msgTarget: 'none', |
39 tpl: this.tpl | 40 tpl: this.tpl |
40 }, { | 41 }, { |
41 xtype: 'image', | 42 xtype: 'image', |
42 name: 'warnImg', | 43 name: 'warnImg', |