Mercurial > lada > lada-client
comparison app/view/window/MessungEdit.js @ 597:d2ce1c4c3aad
Add messung kommentare to messung edit window.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 12 Mar 2015 09:49:04 +0100 |
parents | a81dafe06d1d |
children | 8a156a7fbe67 |
comparison
equal
deleted
inserted
replaced
596:b0a3580a41e9 | 597:d2ce1c4c3aad |
---|---|
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.MKommentar' | |
19 'Lada.view.grid.Messwert', | 18 'Lada.view.grid.Messwert', |
20 'Lada.view.grid.Status', | 19 'Lada.view.grid.Status', |
20 'Lada.view.grid.MKommentar' | |
21 ], | 21 ], |
22 | 22 |
23 collapsible: true, | 23 collapsible: true, |
24 maximizable: true, | 24 maximizable: true, |
25 autoshow: true, | 25 autoshow: true, |
70 recordId: this.record.get('id') | 70 recordId: this.record.get('id') |
71 }] | 71 }] |
72 }, { | 72 }, { |
73 xtype: 'fset', | 73 xtype: 'fset', |
74 name: 'messungskommentare', | 74 name: 'messungskommentare', |
75 title: 'Messungskommentare - Stub' | 75 title: 'Kommentare', |
76 // TODO | 76 padding: '5, 5', |
77 margin: 5, | |
78 items: [{ | |
79 xtype: 'mkommentargrid', | |
80 recordId: this.record.get('id') | |
81 }] | |
77 }] | 82 }] |
78 }]; | 83 }]; |
79 this.callParent(arguments); | 84 this.callParent(arguments); |
80 }, | 85 }, |
81 | 86 |