comparison app/view/grid/Messwert.js @ 739:efb1369a8cac

Enabled autocompletion for Messwerte in a Messung.
author Dustin Demuth <dustin@intevation.de>
date Mon, 20 Apr 2015 14:11:39 +0200
parents 7ae9599bee39
children 2e8da590ea0c
comparison
equal deleted inserted replaced
738:2db5d54a5685 739:efb1369a8cac
81 xtype: 'combobox', 81 xtype: 'combobox',
82 store: Ext.data.StoreManager.get('messgroessen'), 82 store: Ext.data.StoreManager.get('messgroessen'),
83 displayField: 'messgroesse', 83 displayField: 'messgroesse',
84 valueField: 'id', 84 valueField: 'id',
85 allowBlank: false, 85 allowBlank: false,
86 editable: false 86 editable: true,
87 forceSelection: true,
88 autoSelect: true,
89 queryMode: 'local',
90 minChars: 0,
91 typeAhead: false,
92 triggerAction: 'all'
87 } 93 }
88 }, { 94 }, {
89 header: 'Messwert', 95 header: 'Messwert',
90 dataIndex: 'messwert', 96 dataIndex: 'messwert',
91 xtype: 'numbercolumn', 97 xtype: 'numbercolumn',

http://lada.wald.intevation.org