comparison app/view/widget/base/ComboBox.js @ 1290:d17501b967f2

combobox ortszuordnungstyp
author Maximilian Krambach <mkrambach@intevation.de>
date Wed, 01 Feb 2017 15:31:41 +0100
parents 3e6756b0fc97
children 12ffe66a6786
comparison
equal deleted inserted replaced
1289:bfdc00c24baf 1290:d17501b967f2
50 allowBlank: this.allowBlank, 50 allowBlank: this.allowBlank,
51 forceSelection: this.forceSelection || false, 51 forceSelection: this.forceSelection || false,
52 msgTarget: 'none', 52 msgTarget: 'none',
53 value: this.value, 53 value: this.value,
54 tpl: this.tpl, 54 tpl: this.tpl,
55 displayTpl: this.displayTpl 55 displayTpl: this.displayTpl,
56 // disable filtering of entries if disableKeyFilter is true
57 disableKeyFilter: this.disableKeyFilter || false,
58 triggerAction: this.disableKeyFilter? 'all' : 'query'
56 }, { 59 }, {
57 xtype: 'image', 60 xtype: 'image',
58 name: 'warnImg', 61 name: 'warnImg',
59 src: 'resources/img/dialog-warning.png', 62 src: 'resources/img/dialog-warning.png',
60 width: 14, 63 width: 14,

http://lada.wald.intevation.org