comparison app/view/window/ProbeEdit.js @ 561:ea2c35cd9c19

Ein grid für Messungen hinzugefügt und im Window ProbeEdit eingesetzt. Ohne Funktion sind die Felder: Status, OK-Flag, Anzahl Nuklide/Kommentare
author Dustin Demuth <dustin@intevation.de>
date Mon, 09 Mar 2015 11:55:51 +0100
parents 48ee1adee0a2
children a241362cda68
comparison
equal deleted inserted replaced
560:98dee8166459 561:ea2c35cd9c19
15 15
16 requires: [ 16 requires: [
17 'Lada.view.form.Probe', 17 'Lada.view.form.Probe',
18 'Lada.view.grid.Ort', 18 'Lada.view.grid.Ort',
19 'Lada.view.grid.Probenzusatzwert', 19 'Lada.view.grid.Probenzusatzwert',
20 'Lada.view.grid.PKommentar' 20 'Lada.view.grid.PKommentar',
21 'Lada.view.grid.Messungen'
21 ], 22 ],
22 23
23 collapsible: true, 24 collapsible: true,
24 maximizable: true, 25 maximizable: true,
25 autoShow: true, 26 autoShow: true,
82 margin: 5, 83 margin: 5,
83 collapsible: true, 84 collapsible: true,
84 collapsed: true, 85 collapsed: true,
85 items: [{ 86 items: [{
86 xtype: 'pkommentargrid', 87 xtype: 'pkommentargrid',
88 recordId: this.record.get('id')
89 }]
90 }, {
91 xtype: 'fset',
92 name: 'messungen',
93 title: 'Messungen',
94 padding: '5, 5',
95 margin: 5,
96 collapsible: false,
97 collapsed: false,
98 items: [{
99 xtype: 'messungengrid',
87 recordId: this.record.get('id') 100 recordId: this.record.get('id')
88 }] 101 }]
89 }] 102 }]
90 }]; 103 }];
91 this.callParent(arguments); 104 this.callParent(arguments);

http://lada.wald.intevation.org