Mercurial > lada > lada-client
comparison app/view/widgets/Verwaltungseinheit.js @ 417:a4eb98a6ea20
Disabled trigger for combobox and request data if two chars typed.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 09 Oct 2013 14:48:29 +0200 |
parents | 0814c50caa81 |
children | 651ee49ff3c2 |
comparison
equal
deleted
inserted
replaced
416:0814c50caa81 | 417:a4eb98a6ea20 |
---|---|
6 alias: 'widget.verwaltungseinheiten', | 6 alias: 'widget.verwaltungseinheiten', |
7 store: 'Verwaltungseinheiten', | 7 store: 'Verwaltungseinheiten', |
8 displayField: 'bezeichnung', | 8 displayField: 'bezeichnung', |
9 valueField: 'gemId', | 9 valueField: 'gemId', |
10 emptyText:'Wählen Sie eine Verwaltungseinheit', | 10 emptyText:'Wählen Sie eine Verwaltungseinheit', |
11 hideTrigger: true, | |
11 // Enable filtering of comboboxes | 12 // Enable filtering of comboboxes |
12 autoSelect: false, | 13 autoSelect: false, |
13 queryMode: 'remote', | 14 queryMode: 'remote', |
14 triggerAction : 'all', | 15 triggerAction : 'type', |
15 typeAhead: true, | 16 typeAhead: true, |
16 minChars: 0, | 17 minChars: 2, |
17 initComponent: function() { | 18 initComponent: function() { |
18 this.callParent(arguments); | 19 this.callParent(arguments); |
19 } | 20 } |
20 }); | 21 }); |