Mercurial > lada > lada-client
comparison app/view/widget/base/ComboBox.js @ 738:2db5d54a5685
Fixed ToDo in Umweltbereiche Store, made Umweltbereiche Typable to fix the regression, Sorted Umweltbereiche by ID
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Mon, 20 Apr 2015 12:24:54 +0200 |
parents | a8389baaf4af |
children | 2e8da590ea0c |
comparison
equal
deleted
inserted
replaced
737:4031b9aa8d83 | 738:2db5d54a5685 |
---|---|
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 || false, |
39 forceSelection: this.forceSelection, | |
39 msgTarget: 'none', | 40 msgTarget: 'none', |
40 tpl: this.tpl | 41 tpl: this.tpl, |
42 displayTpl: this.displayTpl | |
41 }, { | 43 }, { |
42 xtype: 'image', | 44 xtype: 'image', |
43 name: 'warnImg', | 45 name: 'warnImg', |
44 src: 'resources/img/dialog-warning.png', | 46 src: 'resources/img/dialog-warning.png', |
45 width: 14, | 47 width: 14, |