comparison app/view/widget/Probenart.js @ 817:1321efe444f0

ComboBox ForceSelection defaults to false now, ProbenehmerId can not be negative
author Dustin Demuth <dustin@intevation.de>
date Fri, 29 May 2015 08:31:19 +0200
parents 6b0d0e62f7d7
children
comparison
equal deleted inserted replaced
816:e25fcc9269df 817:1321efe444f0
18 // Enable filtering of comboboxes 18 // Enable filtering of comboboxes
19 queryMode: 'local', 19 queryMode: 'local',
20 triggerAction: 'all', 20 triggerAction: 'all',
21 typeAhead: false, 21 typeAhead: false,
22 minChars: 0, 22 minChars: 0,
23 maxChars: 1,
23 24
24 initComponent: function() { 25 initComponent: function() {
25 var i18n = Lada.getApplication().bundle; 26 var i18n = Lada.getApplication().bundle;
26 this.emptyText = i18n.getMsg('emptytext.probenart'); 27 this.emptyText = i18n.getMsg('emptytext.probenart');
27 28

http://lada.wald.intevation.org