Mercurial > lada > lada-client
comparison app/view/form/Probe.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 | 2db5d54a5685 |
children | dd6925ef6028 |
comparison
equal
deleted
inserted
replaced
739:efb1369a8cac | 740:2e8da590ea0c |
---|---|
82 items: [{ | 82 items: [{ |
83 xtype: 'messstelle', | 83 xtype: 'messstelle', |
84 name: 'mstId', | 84 name: 'mstId', |
85 fieldLabel: 'Messstelle', | 85 fieldLabel: 'Messstelle', |
86 labelWidth: 135, | 86 labelWidth: 135, |
87 allowBlank: false | 87 allowBlank: false, |
88 editable: true | |
88 }, { | 89 }, { |
89 xtype: 'tfield', | 90 xtype: 'tfield', |
90 name: 'hauptprobenNr', | 91 name: 'hauptprobenNr', |
91 maxLength: 20, | 92 maxLength: 20, |
92 fieldLabel: 'Hauptprobennr.', | 93 fieldLabel: 'Hauptprobennr.', |