Mercurial > lada > lada-client
comparison app/view/widgets/Probenart.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 | cdef828f8049 |
comparison
equal
deleted
inserted
replaced
354:0a8fd4c2e7a8 | 355:596501c16560 |
---|---|
20 alias: 'widget.probenart', | 20 alias: 'widget.probenart', |
21 store: probenartStore, | 21 store: probenartStore, |
22 displayField:'probenart', | 22 displayField:'probenart', |
23 valueField: 'probenartId', | 23 valueField: 'probenartId', |
24 emptyText:'Wählen Sie eine Probenart', | 24 emptyText:'Wählen Sie eine Probenart', |
25 // Enable filtering of comboboxes | |
26 autoSelect: false, | |
27 queryMode: 'local', | |
28 triggerAction : 'all', | |
29 typeAhead: true, | |
30 minChars: 0, | |
25 initComponent: function() { | 31 initComponent: function() { |
26 this.callParent(arguments); | 32 this.callParent(arguments); |
27 } | 33 } |
28 }); | 34 }); |