comparison app/view/window/MessungEdit.js @ 595:a81dafe06d1d

Add status to messung edit window.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 12 Mar 2015 09:47:42 +0100
parents e440b66a859f
children d2ce1c4c3aad
comparison
equal deleted inserted replaced
594:89b337cbfb5d 595:a81dafe06d1d
13 extend: 'Ext.window.Window', 13 extend: 'Ext.window.Window',
14 alias: 'widget.messungedit', 14 alias: 'widget.messungedit',
15 15
16 requires: [ 16 requires: [
17 'Lada.view.form.Messung', 17 'Lada.view.form.Messung',
18 'Lada.view.grid.Messwert'
19 // 'Lada.view.grid.Messstatus',
20 // 'Lada.view.grid.MKommentar' 18 // 'Lada.view.grid.MKommentar'
19 'Lada.view.grid.Messwert',
20 'Lada.view.grid.Status',
21 ], 21 ],
22 22
23 collapsible: true, 23 collapsible: true,
24 maximizable: true, 24 maximizable: true,
25 autoshow: true, 25 autoshow: true,
57 margin: 5, 57 margin: 5,
58 items: [{ 58 items: [{
59 xtype: 'messwertgrid', 59 xtype: 'messwertgrid',
60 recordId: this.record.get('id') 60 recordId: this.record.get('id')
61 }] 61 }]
62 // TODO
63 }, { 62 }, {
64 xtype: 'fset', 63 xtype: 'fset',
65 name: 'messungstatus', 64 name: 'messungstatus',
66 title: 'Messungstatus - Stub' 65 title: 'Status',
67 // TODO 66 padding: '5, 5',
67 margin: 5,
68 items: [{
69 xtype: 'statusgrid',
70 recordId: this.record.get('id')
71 }]
68 }, { 72 }, {
69 xtype: 'fset', 73 xtype: 'fset',
70 name: 'messungskommentare', 74 name: 'messungskommentare',
71 title: 'Messungskommentare - Stub' 75 title: 'Messungskommentare - Stub'
72 // TODO 76 // TODO

http://lada.wald.intevation.org