comparison app/view/widgets/Mst.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
24 store: mstStore, 24 store: mstStore,
25 displayField:'messStelle', 25 displayField:'messStelle',
26 valueField: 'mstId', 26 valueField: 'mstId',
27 typeAhead: true, 27 typeAhead: true,
28 emptyText:'Wählen Sie eine Messstelle', 28 emptyText:'Wählen Sie eine Messstelle',
29 // Enable filtering of comboboxes
30 autoSelect: false,
31 queryMode: 'local',
32 triggerAction : 'all',
33 typeAhead: true,
34 minChars: 0,
29 initComponent: function() { 35 initComponent: function() {
30 this.callParent(arguments); 36 this.callParent(arguments);
31 } 37 }
32 }); 38 });

http://lada.wald.intevation.org