Mercurial > lada > lada-client
comparison app/view/widgets/Statuswert.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 | 850ccfe5f3c4 |
comparison
equal
deleted
inserted
replaced
480:3ef95496cd28 | 481:e45f4df57938 |
---|---|
23 extend: 'Ext.form.ComboBox', | 23 extend: 'Ext.form.ComboBox', |
24 alias: 'widget.statuswert', | 24 alias: 'widget.statuswert', |
25 store: statuswerteStore, | 25 store: statuswerteStore, |
26 displayField:'status', | 26 displayField:'status', |
27 valueField: 'id', | 27 valueField: 'id', |
28 typeAhead: true, | 28 typeAhead: false, |
29 emptyText:'Wählen Sie eine Status', | 29 emptyText:'Wählen Sie eine Status', |
30 // Enable filtering of comboboxes | 30 // Enable filtering of comboboxes |
31 autoSelect: false, | 31 autoSelect: false, |
32 queryMode: 'local', | 32 queryMode: 'local', |
33 triggerAction : 'all', | 33 triggerAction : 'all', |
34 typeAhead: true, | 34 typeAhead: false, |
35 minChars: 0, | 35 minChars: 0, |
36 initComponent: function() { | 36 initComponent: function() { |
37 this.callParent(arguments); | 37 this.callParent(arguments); |
38 } | 38 } |
39 }); | 39 }); |