comparison app/view/widgets/Messmethode.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 alias: 'widget.messmethode', 24 alias: 'widget.messmethode',
25 store: mmtStore, 25 store: mmtStore,
26 displayField:'messmethhode', 26 displayField:'messmethhode',
27 valueField: 'mmtId', 27 valueField: 'mmtId',
28 emptyText:'Wählen Sie eine Messmethode', 28 emptyText:'Wählen Sie eine Messmethode',
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