view app/view/proben/List.js @ 15:fd692dac69a2

Remove title attribute to not show Header on the probenlist
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 30 Apr 2013 15:31:33 +0200
parents a8efc4b96888
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);
    }
});

http://lada.wald.intevation.org