comparison app/view/widgets/Ortdetail.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 debfcc7713e3
comparison
equal deleted inserted replaced
354:0a8fd4c2e7a8 355:596501c16560
6 alias: 'widget.ortdetail', 6 alias: 'widget.ortdetail',
7 store: 'Ortedetails', 7 store: 'Ortedetails',
8 displayField: 'bezeichnung', 8 displayField: 'bezeichnung',
9 valueField: 'ortId', 9 valueField: 'ortId',
10 emptyText:'Wählen Sie einen Ort', 10 emptyText:'Wählen Sie einen Ort',
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