Mercurial > lada > lada-client
comparison app/view/widget/Messstelle.js @ 740:2e8da590ea0c
made Comboboces editable and filterable for; Messungenform: Messstelle,Datenbasis,Betriebsarts,Testdatensatz,Preobenart,Netzbetreiber Messungform: Messmethode Messwertegrid: Messgroesse,Messeinheit
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Mon, 20 Apr 2015 16:07:40 +0200 |
parents | 7f11b75e0188 |
children | ff4330d4aba1 |
comparison
equal
deleted
inserted
replaced
739:efb1369a8cac | 740:2e8da590ea0c |
---|---|
14 alias: 'widget.messstelle', | 14 alias: 'widget.messstelle', |
15 store: 'Messstellen', | 15 store: 'Messstellen', |
16 displayField: 'messStelle', | 16 displayField: 'messStelle', |
17 valueField: 'id', | 17 valueField: 'id', |
18 editable: this.editable || false, | 18 editable: this.editable || false, |
19 forceSelection: true, | |
19 emptyText: 'Wählen Sie eine Messstelle', | 20 emptyText: 'Wählen Sie eine Messstelle', |
20 // Enable filtering of comboboxes | 21 // Enable filtering of comboboxes |
21 autoSelect: false, | 22 autoSelect: true, |
22 queryMode: 'local', | 23 queryMode: 'local', |
23 triggerAction: 'all', | 24 triggerAction: 'all', |
24 typeAhead: false, | 25 typeAhead: false, |
25 minChars: 0, | 26 minChars: 0, |
26 | 27 |