comparison app/view/grid/Messwert.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 efb1369a8cac
children fab0b7be5aca
comparison
equal deleted inserted replaced
739:efb1369a8cac 740:2e8da590ea0c
118 xtype: 'combobox', 118 xtype: 'combobox',
119 store: Ext.data.StoreManager.get('messeinheiten'), 119 store: Ext.data.StoreManager.get('messeinheiten'),
120 displayField: 'einheit', 120 displayField: 'einheit',
121 valueField: 'id', 121 valueField: 'id',
122 allowBlank: false, 122 allowBlank: false,
123 editable: false 123 editable: true,
124 forceSelection: true,
125 autoSelect: true,
126 queryMode: 'local',
127 minChars: 0,
128 typeAhead: false,
129 triggerAction: 'all'
124 } 130 }
125 }, { 131 }, {
126 header: '&lt;NWG', 132 header: '&lt;NWG',
127 xtype: 'numbercolumn', 133 xtype: 'numbercolumn',
128 width: 60, 134 width: 60,

http://lada.wald.intevation.org