Mercurial > lada > lada-client
view app/view/proben/List.js @ 21:4caf4c8c694a
Added more fields to the probenclass
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 07 May 2013 17:08:08 +0200 |
parents | fd692dac69a2 |
children | 0a4674f17bcb |
line wrap: on
line source
Ext.define('Lada.view.proben.List' ,{ extend: 'Ext.grid.Panel', alias: 'widget.probenlist', store: 'Proben', initComponent: function() { this.columns = [ {header: 'Datenbasis', dataIndex: 'datenbasisId', flex: 1}, {header: 'ProbeID', dataIndex: 'probeId', flex: 1} ]; this.callParent(arguments); } });