annotate app/view/proben/Edit.js @ 22:0a4674f17bcb

Added more fields to the overview and set correct reference in on the edit page.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 07 May 2013 17:09:00 +0200
parents a05625ae08b1
children f964a50bfe57
rev   line source
18
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
1 Ext.define('Lada.view.proben.Edit', {
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
2 extend: 'Ext.window.Window',
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
3 alias: 'widget.probenedit',
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
4
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
5 title: 'Maske für §3-Proben',
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
6 width: 800,
18
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
7 layout: 'fit',
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
8 autoShow: true,
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
9
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
10 initComponent: function() {
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
11 this.items = [
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
12 {
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
13 //Define the form
18
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
14 xtype: 'form',
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
15 items: [
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
16 // Probenangaben
18
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
17 {
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
18 xtype: 'fieldset',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
19 title: 'Probenangaben',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
20 defaults: {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
21 labelWidth: 150
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
22 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
23 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
24 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
25 xtype: 'textfield',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
26 name: 'mstId',
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
27 fieldLabel: 'Messstelle'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
28 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
29 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
30 xtype: 'textfield',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
31 name: 'hauptprobenNr',
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
32 fieldLabel: 'Hauptprobennr.'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
33 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
34 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
35 xtype: 'textfield',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
36 name: 'probeId',
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
37 fieldLabel: 'Probe-ID'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
38 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
39 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
40 xtype: 'fieldset',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
41 title: 'Erweiterte Probenangaben',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
42 collapsible: true,
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
43 collapsed: true,
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
44 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
45 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
46 xtype: 'textfield',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
47 name: 'x4',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
48 fieldLabel: 'Datebasis'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
49 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
50 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
51 xtype: 'textfield',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
52 name: 'x5',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
53 fieldLabel: 'RB/IB'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
54 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
55 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
56 xtype: 'textfield',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
57 name: 'test',
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
58 fieldLabel: 'Testdatensatz'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
59 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
60 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
61 xtype: 'textfield',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
62 name: 'probenartId',
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
63 fieldLabel: 'Probenart'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
64 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
65 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
66 xtype: 'textfield',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
67 name: 'x8',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
68 fieldLabel: 'Phase'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
69 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
70 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
71 xtype: 'textfield',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
72 name: 'x9',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
73 fieldLabel: 'Szenario'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
74 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
75 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
76 xtype: 'textfield',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
77 name: 'probenartId',
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
78 fieldLabel: 'Probennehmer'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
79 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
80 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
81 xtype: 'textfield',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
82 name: 'x11',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
83 fieldLabel: 'Datensatzerzeuger'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
84 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
85 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
86 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
87 ]
18
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
88 },
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
89 // Medium
18
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
90 {
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
91 xtype: 'fieldset',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
92 title: 'Medium',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
93 defaults: {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
94 labelWidth: 150
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
95 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
96 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
97 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
98 xtype: 'textfield',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
99 name: 'umwId',
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
100 fieldLabel: 'Umweltbereich'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
101 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
102 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
103 xtype: 'textfield',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
104 name: 'media',
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
105 fieldLabel: 'Medienbezeichnung'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
106 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
107 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
108 xtype: 'textfield',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
109 name: 'mediaDesk',
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
110 fieldLabel: 'Deskriptoren'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
111 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
112 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
113 xtype: 'fieldset',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
114 title: 'Details Deskriptoren',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
115 collapsible: true,
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
116 collapsed: true,
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
117 defaultType: 'textfield',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
118 items: this.buildDescriptors()
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
119 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
120 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
121 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
122 // Zeit
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
123 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
124 xtype: 'fieldset',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
125 title: 'Zeit',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
126 defaultType: 'datefield',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
127 defaults: {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
128 labelWidth: 150
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
129 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
130 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
131 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
132 fieldLabel: 'Probennahme Beginn',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
133 name: 'probeentnahmeBeginn'
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
134 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
135 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
136 fieldLabel: 'Probennahme Ende',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
137 name: 'probeentnahmeEnde'
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
138 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
139 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
140 fieldLabel: 'Sollzeit Von',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
141 name: 'solldatumBeginn'
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
142 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
143 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
144 fieldLabel: 'Sollzeit Bis',
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
145 name: 'solldatumEnde'
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
146 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
147 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
148 fieldLabel: 'Ursprungszeit',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
149 name: 'z5'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
150 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
151 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
152 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
153 // Ortsangaben
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
154 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
155 xtype: 'fieldset',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
156 title: 'Ortsangaben',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
157 padding: '10 10',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
158 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
159 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
160 xtype: 'grid',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
161 dockedItems: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
162 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
163 xtype: 'toolbar',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
164 dock: 'top',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
165 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
166 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
167 text: 'Hinzufügen',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
168 icon: 'gfx/plus.gif'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
169 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
170 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
171 text: 'Löschen',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
172 icon: 'gfx/minus.gif'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
173 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
174 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
175 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
176 ],
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
177 columns: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
178 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
179 text: 'Typ'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
180 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
181 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
182 text: 'Staat'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
183 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
184 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
185 text: 'Gem-ID'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
186 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
187 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
188 text: 'Gemeindebezeichnung',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
189 flex: 1
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
190 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
191 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
192 text: 'Messpunkt',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
193 flex: 1
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
194 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
195 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
196 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
197 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
198 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
199 // Probenzusatzwerte
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
200 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
201 xtype: 'fieldset',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
202 title: 'Probenzusatzwerte',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
203 collapsible: true,
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
204 collapsed: true,
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
205 padding: '10 10',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
206 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
207 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
208 xtype: 'grid',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
209 dockedItems: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
210 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
211 xtype: 'toolbar',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
212 dock: 'top',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
213 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
214 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
215 text: 'Hinzufügen',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
216 icon: 'gfx/plus.gif'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
217 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
218 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
219 text: 'Löschen',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
220 icon: 'gfx/minus.gif'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
221 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
222 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
223 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
224 ],
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
225 columns: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
226 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
227 text: 'PZW-ID'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
228 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
229 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
230 text: 'PZW-Größe'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
231 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
232 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
233 text: '&lt; NWG'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
234 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
235 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
236 text: '&lt; PZW'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
237 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
238 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
239 text: 'rel. Unsich.[%]'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
240 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
241 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
242 text: 'Maßeinheit',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
243 flex: 1
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
244 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
245 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
246 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
247 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
248 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
249 // Probenkommentar
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
250 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
251 xtype: 'fieldset',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
252 title: 'Probenkommentare',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
253 collapsible: true,
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
254 collapsed: true,
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
255 padding: '10 10',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
256 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
257 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
258 xtype: 'grid',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
259 dockedItems: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
260 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
261 xtype: 'toolbar',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
262 dock: 'top',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
263 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
264 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
265 text: 'Hinzufügen',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
266 icon: 'gfx/plus.gif'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
267 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
268 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
269 text: 'Löschen',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
270 icon: 'gfx/minus.gif'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
271 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
272 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
273 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
274 ],
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
275 columns: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
276 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
277 text: 'Erzeuger'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
278 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
279 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
280 text: 'Datum'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
281 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
282 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
283 text: 'Text',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
284 flex: 1
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
285 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
286 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
287 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
288 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
289 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
290 // Messungsangaben
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
291 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
292 xtype: 'fieldset',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
293 title: 'Messungsangaben',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
294 padding: '10 10',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
295 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
296 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
297 xtype: 'grid',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
298 dockedItems: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
299 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
300 xtype: 'toolbar',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
301 dock: 'top',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
302 items: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
303 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
304 text: 'Hinzufügen',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
305 icon: 'gfx/plus.gif'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
306 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
307 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
308 text: 'Löschen',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
309 icon: 'gfx/minus.gif'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
310 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
311 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
312 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
313 ],
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
314 columns: [
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
315 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
316 text: 'Mess.ID',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
317 width: 50
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
318 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
319 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
320 text: 'NPR-Nr.',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
321 width: 50
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
322 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
323 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
324 text: 'MMT',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
325 width: 50
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
326 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
327 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
328 text: 'Messzeit'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
329 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
330 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
331 text: 'Status'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
332 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
333 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
334 text: 'OK-Flag'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
335 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
336 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
337 text: 'Anzahl Nuklide'
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
338 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
339 {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
340 text: 'Anzahl Kommentare',
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
341 flex: 1
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
342 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
343 ]
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
344 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
345 ]
18
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
346 }
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
347 ]
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
348 }
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
349 ];
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
350
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
351 this.buttons = [
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
352 {
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
353 text: 'Speichern',
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
354 action: 'save'
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
355 },
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
356 {
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
357 text: 'Verwerfen',
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
358 scope: this,
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
359 handler: this.close
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
360 }
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
361 ];
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
362 this.callParent(arguments);
19
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
363 },
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
364 buildDescriptors: function() {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
365 var fields = new Array();
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
366 for ($i=0; $i<12; $i++) {
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
367 fields[$i] = {fieldLabel: 'S'+$i, name: 's'+$i};
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
368 }
a05625ae08b1 Added more fields to the Edit-Dialog.
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 18
diff changeset
369 return fields;
18
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
370 }
9e1a40312bbe Implemented a basic edit dialog. Data will be set to data/proben2.json url
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
371 });
22
0a4674f17bcb Added more fields to the overview and set correct reference in on the edit
Torsten Irländer <torsten.irlaender@intevation.de>
parents: 19
diff changeset
372

http://lada.wald.intevation.org