Mercurial > lada > lada-client
comparison app/view/widget/KoordinatenArt.js @ 1353:39dbdfa00c91
Do not allow arbitrary input for Koordinatenart.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 07 Feb 2017 16:06:08 +0100 |
parents | f772e70ff723 |
children | d52d4b55914b |
comparison
equal
deleted
inserted
replaced
1352:e5235309d461 | 1353:39dbdfa00c91 |
---|---|
17 valueField: 'id', | 17 valueField: 'id', |
18 // Enable filtering of comboboxes | 18 // Enable filtering of comboboxes |
19 queryMode: 'local', | 19 queryMode: 'local', |
20 triggerAction: 'all', | 20 triggerAction: 'all', |
21 typeAhead: false, | 21 typeAhead: false, |
22 forceSelection: true, | |
22 tpl: Ext.create("Ext.XTemplate", | 23 tpl: Ext.create("Ext.XTemplate", |
23 '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >' + | 24 '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >' + |
24 '{idfGeoKey} - {koordinatenart}</div></tpl>'), | 25 '{idfGeoKey} - {koordinatenart}</div></tpl>'), |
25 displayTpl: Ext.create('Ext.XTemplate', | 26 displayTpl: Ext.create('Ext.XTemplate', |
26 '<tpl for=".">{idfGeoKey} - {koordinatenart}</tpl>'), | 27 '<tpl for=".">{idfGeoKey} - {koordinatenart}</tpl>'), |