Mercurial > lada > lada-client
comparison app/view/form/Messung.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 | 605bc34b45a0 |
children | a031b98c7edc |
comparison
equal
deleted
inserted
replaced
717:f124d24c8ade | 718:7f11b75e0188 |
---|---|
69 name: 'nebenprobenNr', | 69 name: 'nebenprobenNr', |
70 maxLength: 10, | 70 maxLength: 10, |
71 margin: '0, 10, 5, 0', | 71 margin: '0, 10, 5, 0', |
72 fieldLabel: 'Nebenprobennr.', | 72 fieldLabel: 'Nebenprobennr.', |
73 width: 300, | 73 width: 300, |
74 labelWidth: 100, | 74 labelWidth: 100 |
75 }, { | 75 }, { |
76 xtype: 'messmethode', | 76 xtype: 'messmethode', |
77 name: 'mmtId', | 77 name: 'mmtId', |
78 margin: '0, 10, 5, 0', | 78 margin: '0, 10, 5, 0', |
79 fieldLabel: 'Messmethode', | 79 fieldLabel: 'Messmethode', |
80 width: 300, | 80 width: 300, |
81 labelWidth: 100, | 81 labelWidth: 100 |
82 }, { | 82 }, { |
83 xtype: 'datetime', | 83 xtype: 'datetime', |
84 name: 'messzeitpunkt', | 84 name: 'messzeitpunkt', |
85 margin: '0, 10, 5, 0', | 85 margin: '0, 10, 5, 0', |
86 fieldLabel: 'Messzeitpunkt', | 86 fieldLabel: 'Messzeitpunkt', |
87 width: 300, | 87 width: 300, |
88 labelWidth: 100, | 88 labelWidth: 100 |
89 }, { | 89 }, { |
90 xtype: 'numberfield', | 90 xtype: 'numberfield', |
91 allowDecimals: false, | 91 allowDecimals: false, |
92 allowExponential: false, | 92 allowExponential: false, |
93 enforceMaxLength: true, | 93 enforceMaxLength: true, |
95 minValue: 0, | 95 minValue: 0, |
96 name: 'messdauer', | 96 name: 'messdauer', |
97 margin: '0, 10, 5, 0', | 97 margin: '0, 10, 5, 0', |
98 fieldLabel: 'Messdauer', | 98 fieldLabel: 'Messdauer', |
99 width: 300, | 99 width: 300, |
100 labelWidth: 100, | 100 labelWidth: 100 |
101 }, { | 101 }, { |
102 xtype: 'chkbox', | 102 xtype: 'chkbox', |
103 name: 'fertig', | 103 name: 'fertig', |
104 margin: '0, 10, 5, 0', | 104 margin: '0, 10, 5, 0', |
105 fieldLabel: 'Fertig', | 105 fieldLabel: 'Fertig', |
106 width: 300, | 106 width: 300, |
107 labelWidth: 100, | 107 labelWidth: 100 |
108 }, { | 108 }, { |
109 xtype: 'chkbox', | 109 xtype: 'chkbox', |
110 name: 'geplant', | 110 name: 'geplant', |
111 margin: '0, 10, 5, 0', | 111 margin: '0, 10, 5, 0', |
112 fieldLabel: 'Geplant', | 112 fieldLabel: 'Geplant', |
113 width: 300, | 113 width: 300, |
114 labelWidth: 100, | 114 labelWidth: 100 |
115 }] | 115 }] |
116 }] | 116 }] |
117 }]; | 117 }]; |
118 this.callParent(arguments); | 118 this.callParent(arguments); |
119 }, | 119 }, |