comparison app/view/form/Messprogramm.js @ 1248:ca241fb7fbfb

Removed messprogramm name and updated messprogramm form layout
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 10 Nov 2016 13:58:57 +0100
parents d1f43f1e7e84
children 979b4b9200a7
comparison
equal deleted inserted replaced
1247:74e4e5a7adc7 1248:ca241fb7fbfb
138 readOnly: true, 138 readOnly: true,
139 isFormField: false, 139 isFormField: false,
140 submitValue: false, 140 submitValue: false,
141 fieldLabel: i18n.getMsg('netzbetreiberId'), 141 fieldLabel: i18n.getMsg('netzbetreiberId'),
142 margin : '0, 5, 5, 5', 142 margin : '0, 5, 5, 5',
143 width : '35%', 143 width : '45%',
144 labelWidth: 80 144 labelWidth: 80
145 }, { 145 }, {
146 xtype: 'datenbasis', 146 xtype: 'datenbasis',
147 editable: false, 147 editable: false,
148 allowBlank: false, 148 allowBlank: false,
149 name: 'datenbasisId', 149 name: 'datenbasisId',
150 fieldLabel: i18n.getMsg('datenbasisId'), 150 fieldLabel: i18n.getMsg('datenbasisId'),
151 margin : '0, 5, 5, 5', 151 margin : '0, 5, 5, 5',
152 width : '20%', 152 width : '20%',
153 labelWidth: 65 153 labelWidth: 65
154 }, {
155 xtype: 'chkbox',
156 name: 'test',
157 fieldLabel: i18n.getMsg('test'),
158 anchor: '100%',
159 margin : '0, 5, 5, 5',
160 width : '10%',
161 labelWidth: 30,
162 allowBlank: false
163 }] 154 }]
164 }, { 155 }, {
165 layout: { 156 layout: {
166 type: 'hbox', 157 type: 'hbox',
167 align: 'stretch' 158 align: 'stretch'
168 }, 159 },
169 border: 0, 160 border: 0,
170 items: [{ 161 items: [{
171 xtype: 'tfield', 162 xtype: 'probenart',
172 name: 'name', 163 editable: false,
173 fieldLabel: i18n.getMsg('mprId'), 164 name: 'probenartId',
165 fieldLabel: i18n.getMsg('probenartId'),
174 margin: '0, 5, 5, 5', 166 margin: '0, 5, 5, 5',
175 width: '35%', 167 width: '35%',
176 labelWidth: 95, 168 labelWidth: 95,
177 maxLength: 20, 169 allowBlank: false
178 editable: true
179 }, { 170 }, {
180 xtype: 'betriebsart', 171 xtype: 'betriebsart',
181 name: 'baId', 172 name: 'baId',
182 margin: '0, 5, 5, 5', 173 margin: '0, 5, 5, 5',
183 fieldLabel: i18n.getMsg('baId'), 174 fieldLabel: i18n.getMsg('baId'),
184 //anchor: '100%', 175 //anchor: '100%',
185 width: '35%', 176 width: '45%',
186 labelWidth: 80 177 labelWidth: 80
187 }, { 178 }, {
188 xtype: 'probenart', 179 xtype: 'chkbox',
189 editable: false, 180 name: 'test',
190 name: 'probenartId', 181 fieldLabel: i18n.getMsg('test'),
191 fieldLabel: i18n.getMsg('probenartId'), 182 anchor: '100%',
192 margin: '0, 5, 5, 5', 183 margin : '0, 5, 5, 5',
193 width: '20%', 184 width : '20%',
194 labelWidth: 70, 185 labelWidth: 30,
195 allowBlank: false 186 allowBlank: false
196 }] 187 }]
197 }] 188 }]
198 }, { 189 }, {
199 // Zeit 190 // Zeit

http://lada.wald.intevation.org