comparison app/view/window/Messprogramm.js @ 764:ba8c0e754979

Some work was done on the nuklidegrid, added a checkbox model to select the nuklide. Looks OK, but has no function right now
author Dustin Demuth <dustin@intevation.de>
date Fri, 08 May 2015 15:31:58 +0200
parents 1f3837b513d9
children a85069813d43
comparison
equal deleted inserted replaced
763:0e8d4178bb7e 764:ba8c0e754979
14 alias: 'widget.messprogramm', 14 alias: 'widget.messprogramm',
15 15
16 requires: [ 16 requires: [
17 'Lada.view.form.Messprogramm', 17 'Lada.view.form.Messprogramm',
18 'Lada.view.grid.Messmethoden', 18 'Lada.view.grid.Messmethoden',
19 'Lada.view.grid.Nuklide'
19 ], 20 ],
20 21
21 collapsible: true, 22 collapsible: true,
22 maximizable: true, 23 maximizable: true,
23 autoShow: true, 24 autoShow: true,
87 layout: { 88 layout: {
88 type: 'hbox', 89 type: 'hbox',
89 }, 90 },
90 items: [{ 91 items: [{
91 xtype: 'messmethodengrid', 92 xtype: 'messmethodengrid',
93 recordId: this.record? this.record.get('id') : null,
94 flex: 1
95 }, {
96 xtype: 'nuklidegrid',
92 recordId: this.record? this.record.get('id') : null, 97 recordId: this.record? this.record.get('id') : null,
93 flex: 1 98 flex: 1
94 }] 99 }]
95 }] 100 }]
96 }]; 101 }];

http://lada.wald.intevation.org