comparison app/view/widgets/Uwb.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.uwb', 24 alias: 'widget.uwb',
25 store: uwbStore, 25 store: uwbStore,
26 displayField:'umwId', 26 displayField:'umwId',
27 valueField: 'umwId', 27 valueField: 'umwId',
28 emptyText:'Wählen Sie einen Umweltbereich', 28 emptyText:'Wählen Sie einen Umweltbereich',
29 // Enable filtering of comboboxes
30 autoSelect: false,
31 queryMode: 'local',
32 triggerAction : 'all',
33 typeAhead: true,
34 minChars: 0,
29 // TODO: Set value in disply after selection. Can not figure out why 35 // TODO: Set value in disply after selection. Can not figure out why
30 // accessing the recored.data attribute fails here (ti) <2013-08-06 16:52> 36 // accessing the recored.data attribute fails here (ti) <2013-08-06 16:52>
31 //listeners: { 37 //listeners: {
32 // select: function(combo, record, index) { 38 // select: function(combo, record, index) {
33 // console.log("1"); 39 // console.log("1");

http://lada.wald.intevation.org