Mercurial > lada > lada-client
comparison app/view/proben/EditForm.js @ 103:3552b0ee4526
Added Messungenlist to the Proben eddit view.
author | Torsten Irländer <torsten@irlaender.de> |
---|---|
date | Mon, 17 Jun 2013 16:59:04 +0200 |
parents | 21c069e2ecdb |
children | b91d5376db19 |
comparison
equal
deleted
inserted
replaced
102:804864f6274c | 103:3552b0ee4526 |
---|---|
220 xtype: 'fieldset', | 220 xtype: 'fieldset', |
221 title: 'Messungsangaben', | 221 title: 'Messungsangaben', |
222 padding: '10 10', | 222 padding: '10 10', |
223 items: [ | 223 items: [ |
224 { | 224 { |
225 xtype: 'grid', | 225 xtype: 'messungenlist' |
226 dockedItems: [ | |
227 { | |
228 xtype: 'toolbar', | |
229 dock: 'top', | |
230 items: [ | |
231 { | |
232 text: 'Hinzufügen', | |
233 icon: 'gfx/plus.gif' | |
234 }, | |
235 { | |
236 text: 'Löschen', | |
237 icon: 'gfx/minus.gif' | |
238 } | |
239 ] | |
240 } | |
241 ], | |
242 columns: [ | |
243 { | |
244 text: 'Mess.ID', | |
245 width: 50 | |
246 }, | |
247 { | |
248 text: 'NPR-Nr.', | |
249 width: 50 | |
250 }, | |
251 { | |
252 text: 'MMT', | |
253 width: 50 | |
254 }, | |
255 { | |
256 text: 'Messzeit' | |
257 }, | |
258 { | |
259 text: 'Status' | |
260 }, | |
261 { | |
262 text: 'OK-Flag' | |
263 }, | |
264 { | |
265 text: 'Anzahl Nuklide' | |
266 }, | |
267 { | |
268 text: 'Anzahl Kommentare', | |
269 flex: 1 | |
270 } | |
271 ] | |
272 } | 226 } |
273 ] | 227 ] |
274 } | 228 } |
275 | |
276 ]; | 229 ]; |
277 this.callParent(); | 230 this.callParent(); |
278 }, | 231 }, |
279 buildDescriptors: function() { | 232 buildDescriptors: function() { |
280 var fields = new Array(); | 233 var fields = new Array(); |