comparison app/view/widget/MessprogrammLand.js @ 1247:74e4e5a7adc7

Fixed messprogramm_land widget.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 09 Nov 2016 15:30:01 +0100
parents 9c8b5cbb929a
children 418b9afee700
comparison
equal deleted inserted replaced
1246:a7dc14e3b976 1247:74e4e5a7adc7
12 Ext.define('Lada.view.widget.MessprogrammLand', { 12 Ext.define('Lada.view.widget.MessprogrammLand', {
13 extend: 'Lada.view.widget.base.ComboBox', 13 extend: 'Lada.view.widget.base.ComboBox',
14 alias: 'widget.messprogrammland', 14 alias: 'widget.messprogrammland',
15 store: 'messprogrammkategorie', 15 store: 'messprogrammkategorie',
16 displayField: 'id', 16 displayField: 'id',
17 valueField: 'mplId', 17 valueField: 'id',
18 editable: this.editable || false, 18 editable: this.editable || false,
19 forceSelection: true, 19 forceSelection: true,
20 // Enable filtering of comboboxes 20 // Enable filtering of comboboxes
21 autoSelect: false, 21 autoSelect: false,
22 queryMode: 'local', 22 queryMode: 'local',

http://lada.wald.intevation.org