Mercurial > lada > lada-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
14:c0b2faa47ee5 | 15:fd692dac69a2 |
---|---|
1 Ext.define('Lada.view.proben.List' ,{ | 1 Ext.define('Lada.view.proben.List' ,{ |
2 extend: 'Ext.grid.Panel', | 2 extend: 'Ext.grid.Panel', |
3 alias: 'widget.probenlist', | 3 alias: 'widget.probenlist', |
4 title: 'Alle Proben', | |
5 store: 'Proben', | 4 store: 'Proben', |
6 | 5 |
7 initComponent: function() { | 6 initComponent: function() { |
8 this.columns = [ | 7 this.columns = [ |
9 {header: 'Datenbasis', dataIndex: 'datenbasisId', flex: 1}, | 8 {header: 'Datenbasis', dataIndex: 'datenbasisId', flex: 1}, |