Mercurial > lada > lada-client
comparison app/view/widgets/Statuswert.js @ 355:596501c16560
Issue8. Fixed filtering of comboboxes while typing.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 13 Aug 2013 12:36:02 +0200 |
parents | 5fbcbf330839 |
children | debfcc7713e3 |
comparison
equal
deleted
inserted
replaced
354:0a8fd4c2e7a8 | 355:596501c16560 |
---|---|
17 store: statuswerteStore, | 17 store: statuswerteStore, |
18 displayField:'status', | 18 displayField:'status', |
19 valueField: 'id', | 19 valueField: 'id', |
20 typeAhead: true, | 20 typeAhead: true, |
21 emptyText:'Wählen Sie eine Status', | 21 emptyText:'Wählen Sie eine Status', |
22 // Enable filtering of comboboxes | |
23 autoSelect: false, | |
24 queryMode: 'local', | |
25 triggerAction : 'all', | |
26 typeAhead: true, | |
27 minChars: 0, | |
22 initComponent: function() { | 28 initComponent: function() { |
23 this.callParent(arguments); | 29 this.callParent(arguments); |
24 } | 30 } |
25 }); | 31 }); |