comparison app/view/widgets/Messgroesse.js @ 481:e45f4df57938

Set typeAhead to false. Causes errors.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 21 Jan 2014 17:04:19 +0100
parents debfcc7713e3
children 446e99cfd425
comparison
equal deleted inserted replaced
480:3ef95496cd28 481:e45f4df57938
18 emptyText:'Wählen Sie eine Messgröße', 18 emptyText:'Wählen Sie eine Messgröße',
19 // Enable filtering of comboboxes 19 // Enable filtering of comboboxes
20 autoSelect: false, 20 autoSelect: false,
21 queryMode: 'local', 21 queryMode: 'local',
22 triggerAction : 'all', 22 triggerAction : 'all',
23 typeAhead: true, 23 typeAhead: false,
24 minChars: 0, 24 minChars: 0,
25 25
26 initComponent: function() { 26 initComponent: function() {
27 this.callParent(arguments); 27 this.callParent(arguments);
28 } 28 }

http://lada.wald.intevation.org