Mercurial > lada > lada-client
comparison app/view/widgets/Mst.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 |
---|---|
31 extend: 'Ext.form.ComboBox', | 31 extend: 'Ext.form.ComboBox', |
32 alias: 'widget.mst', | 32 alias: 'widget.mst', |
33 store: mstStore, | 33 store: mstStore, |
34 displayField:'messStelle', | 34 displayField:'messStelle', |
35 valueField: 'mstId', | 35 valueField: 'mstId', |
36 typeAhead: true, | 36 typeAhead: false, |
37 emptyText:'Wählen Sie eine Messstelle', | 37 emptyText:'Wählen Sie eine Messstelle', |
38 // Enable filtering of comboboxes | 38 // Enable filtering of comboboxes |
39 autoSelect: false, | 39 autoSelect: false, |
40 queryMode: 'local', | 40 queryMode: 'local', |
41 triggerAction : 'all', | 41 triggerAction : 'all', |
42 typeAhead: true, | 42 typeAhead: false, |
43 minChars: 0, | 43 minChars: 0, |
44 initComponent: function() { | 44 initComponent: function() { |
45 this.callParent(arguments); | 45 this.callParent(arguments); |
46 } | 46 } |
47 }); | 47 }); |