Mercurial > lada > lada-client
comparison app/view/widgets/Staat.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.staat', | 6 alias: 'widget.staat', |
7 store: 'Staaten', | 7 store: 'Staaten', |
8 displayField: 'staat', | 8 displayField: 'staat', |
9 valueField: 'staatId', | 9 valueField: 'staatId', |
10 emptyText:'Wählen Sie einen Staat', | 10 emptyText:'Wählen Sie einen Staat', |
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 }); |