Mercurial > lada > lada-client
comparison app/view/proben/EditForm.js @ 106:b91d5376db19
Load Zusatzwerte from server
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 18 Jun 2013 14:02:48 +0200 |
parents | 3552b0ee4526 |
children | c05fda928b82 |
comparison
equal
deleted
inserted
replaced
105:7ad96e3d70c1 | 106:b91d5376db19 |
---|---|
158 title: 'Probenzusatzwerte', | 158 title: 'Probenzusatzwerte', |
159 collapsible: true, | 159 collapsible: true, |
160 collapsed: true, | 160 collapsed: true, |
161 padding: '10 10', | 161 padding: '10 10', |
162 items: [ | 162 items: [ |
163 { | 163 { xtype: 'zusatzwertelist' } |
164 xtype: 'grid', | |
165 dockedItems: [ | |
166 { | |
167 xtype: 'toolbar', | |
168 dock: 'top', | |
169 items: [ | |
170 { | |
171 text: 'Hinzufügen', | |
172 icon: 'gfx/plus.gif' | |
173 }, | |
174 { | |
175 text: 'Löschen', | |
176 icon: 'gfx/minus.gif' | |
177 } | |
178 ] | |
179 } | |
180 ], | |
181 columns: [ | |
182 { | |
183 text: 'PZW-ID' | |
184 }, | |
185 { | |
186 text: 'PZW-Größe' | |
187 }, | |
188 { | |
189 text: '< NWG' | |
190 }, | |
191 { | |
192 text: '< PZW' | |
193 }, | |
194 { | |
195 text: 'rel. Unsich.[%]' | |
196 }, | |
197 { | |
198 text: 'Maßeinheit', | |
199 flex: 1 | |
200 } | |
201 ] | |
202 } | |
203 ] | 164 ] |
204 }, | 165 }, |
205 // Probenkommentar | 166 // Probenkommentar |
206 { | 167 { |
207 xtype: 'fieldset', | 168 xtype: 'fieldset', |