comparison app/view/proben/EditForm.js @ 94:21c069e2ecdb

Added Orte to the Proben edit window
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 13 Jun 2013 14:24:18 +0200
parents 4b9ea5fd9d2b
children 3552b0ee4526
comparison
equal deleted inserted replaced
93:ab067fdb91b5 94:21c069e2ecdb
146 xtype: 'fieldset', 146 xtype: 'fieldset',
147 title: 'Ortsangaben', 147 title: 'Ortsangaben',
148 padding: '10 10', 148 padding: '10 10',
149 items: [ 149 items: [
150 { 150 {
151 xtype: 'grid', 151 xtype: 'ortelist'
152 dockedItems: [
153 {
154 xtype: 'toolbar',
155 dock: 'top',
156 items: [
157 {
158 text: 'Hinzufügen',
159 icon: 'gfx/plus.gif'
160 },
161 {
162 text: 'Löschen',
163 icon: 'gfx/minus.gif'
164 }
165 ]
166 }
167 ],
168 columns: [
169 {
170 text: 'Typ'
171 },
172 {
173 text: 'Staat'
174 },
175 {
176 text: 'Gem-ID'
177 },
178 {
179 text: 'Gemeindebezeichnung',
180 flex: 1
181 },
182 {
183 text: 'Messpunkt',
184 flex: 1
185 }
186 ]
187 } 152 }
188 ] 153 ]
189 }, 154 },
190 // Probenzusatzwerte 155 // Probenzusatzwerte
191 { 156 {

http://lada.wald.intevation.org