comparison app/view/proben/Edit.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 b1751458594f
comparison
equal deleted inserted replaced
24:72778ac34dbb 25:f964a50bfe57
1 Ext.define('Lada.view.proben.Edit', { 1 Ext.define('Lada.view.proben.Edit', {
2 extend: 'Ext.window.Window', 2 extend: 'Ext.window.Window',
3 alias: 'widget.probenedit', 3 alias: 'widget.probenedit',
4 4
5 title: 'Maske für §3-Proben', 5 title: 'Maske für §3-Proben',
6 width: 800, 6 width: 600,
7 layout: 'fit', 7 height: 600,
8 autoShow: true, 8 autoShow: true,
9 autoScroll: true,
10 modal: true,
9 11
10 initComponent: function() { 12 initComponent: function() {
11 this.items = [ 13 this.items = [
12 { 14 {
13 //Define the form 15 //Define the form
14 xtype: 'form', 16 xtype: 'form',
17 bodyPadding: '10 10',
18 border: 0,
15 items: [ 19 items: [
16 // Probenangaben 20 // Probenangaben
17 { 21 {
18 xtype: 'fieldset', 22 xtype: 'fieldset',
19 title: 'Probenangaben', 23 title: 'Probenangaben',

http://lada.wald.intevation.org