comparison app/view/proben/List.js @ 22:0a4674f17bcb

Added more fields to the overview and set correct reference in on the edit page.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 07 May 2013 17:09:00 +0200
parents fd692dac69a2
children f964a50bfe57
comparison
equal deleted inserted replaced
21:4caf4c8c694a 22:0a4674f17bcb
3 alias: 'widget.probenlist', 3 alias: 'widget.probenlist',
4 store: 'Proben', 4 store: 'Proben',
5 5
6 initComponent: function() { 6 initComponent: function() {
7 this.columns = [ 7 this.columns = [
8 {header: 'Datenbasis', dataIndex: 'datenbasisId', flex: 1}, 8 {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70},
9 {header: 'ProbeID', dataIndex: 'probeId', flex: 1} 9 {header: 'MLP', dataIndex: 'mlpId', width: 50},
10 {header: 'UWB', dataIndex: 'umwId', width: 50},
11 {header: 'HPNR', dataIndex: 'hauptprobenNr'},
12 {header: 'NPNR', dataIndex: '', width: 50},
13 {header: 'E.Gemeinde', dataIndex: '', flex: 1},
14 {header: 'Ursprungsgemeinde', dataIndex: '', flex: 1},
15 {header: 'ProbeID', dataIndex: 'probeId'},
16 {header: 'OZB', dataIndex: '', width: 50},
17 {header: 'MST', dataIndex: 'mstId', width: 50}
10 ]; 18 ];
11 this.callParent(arguments); 19 this.callParent(arguments);
12 } 20 }
13 }); 21 });

http://lada.wald.intevation.org