Mercurial > lada > lada-client
comparison app/view/proben/List.js @ 25:f964a50bfe57
Restructured the application. Fixed layouts etc.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 08 May 2013 12:20:06 +0200 |
parents | 0a4674f17bcb |
children | 1fdef170d5a5 |
comparison
equal
deleted
inserted
replaced
24:72778ac34dbb | 25:f964a50bfe57 |
---|---|
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 maxHeight: 350, | |
4 store: 'Proben', | 5 store: 'Proben', |
5 | |
6 initComponent: function() { | 6 initComponent: function() { |
7 this.columns = [ | 7 this.columns = [ |
8 {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70}, | 8 {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70}, |
9 {header: 'MLP', dataIndex: 'mlpId', width: 50}, | 9 {header: 'MLP', dataIndex: 'mlpId', width: 50}, |
10 {header: 'UWB', dataIndex: 'umwId', width: 50}, | 10 {header: 'UWB', dataIndex: 'umwId', width: 50}, |