Mercurial > lada > lada-client
diff app/view/form/Probe.js @ 718:7f11b75e0188
Trailing Commas, editable: false for Umwelt und Messstelle widget
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 15 Apr 2015 12:13:57 +0200 |
parents | f124d24c8ade |
children | c2a6f7caa71b |
line wrap: on
line diff
--- a/app/view/form/Probe.js Mon Apr 13 16:22:34 2015 +0200 +++ b/app/view/form/Probe.js Wed Apr 15 12:13:57 2015 +0200 @@ -108,20 +108,20 @@ name: 'datenbasisId', fieldLabel: 'Datenbasis', anchor: '100%', - labelWidth: 105, + labelWidth: 105 }, { xtype: 'betriebsart', name: 'baId', fieldLabel: 'Betriebsart', anchor: '100%', - labelWidth: 105, + labelWidth: 105 }, { xtype: 'testdatensatz', name: 'test', fieldLabel: 'Testdatensatz', anchor: '100%', labelWidth: 105, - allowBlank: false, + allowBlank: false }, { xtype: 'probenart', editable: false, @@ -129,14 +129,14 @@ fieldLabel: 'Probenart', anchor: '100%', labelWidth: 105, - allowBlank: false, + allowBlank: false }, { xtype: 'numberfield', allowDecimals: false, name: 'probeNehmerId', fieldLabel: 'Probennehmer', anchor: '100%', - labelWidth: 105, + labelWidth: 105 }, { xtype: 'netzbetreiber', name: 'netzbetreiberId', @@ -144,13 +144,13 @@ fieldLabel: 'Netzbetreiber', anchor: '100%', labelWidth: 105, - allowBlank: false, + allowBlank: false }, { xtype: 'tfield', name: 'x11', fieldLabel: 'Datensatzerzeuger', anchor: '100%', - labelWidth: 105, + labelWidth: 105 }] }] }] @@ -385,7 +385,7 @@ fieldLabel: 'S' + i, name: 's' + i, labelWidth: 25, - margin: '0, 10, 5, 0', + margin: '0, 10, 5, 0' }; } return fields;