comparison app/view/widgets/Probenzusatzwert.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 f0f6ae3aae52
comparison
equal deleted inserted replaced
354:0a8fd4c2e7a8 355:596501c16560
6 alias: 'widget.probenzusatzwert', 6 alias: 'widget.probenzusatzwert',
7 store: 'Probenzusatzwerte', 7 store: 'Probenzusatzwerte',
8 displayField: 'beschreibung', 8 displayField: 'beschreibung',
9 valueField: 'pzsId', 9 valueField: 'pzsId',
10 emptyText:'Wählen Sie einen Zusatzwert', 10 emptyText:'Wählen Sie einen Zusatzwert',
11 // Enable filtering of comboboxes
12 autoSelect: false,
13 queryMode: 'local',
14 triggerAction : 'all',
15 typeAhead: true,
16 minChars: 0,
11 initComponent: function() { 17 initComponent: function() {
12 this.callParent(arguments); 18 this.callParent(arguments);
13 } 19 }
14 }); 20 });

http://lada.wald.intevation.org