Mercurial > lada > lada-client
comparison app/view/proben/EditForm.js @ 172:cfa0cc437781
Implemented opening a new Messungen form when clicking and the "Add Button" on
the Messungen listing.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 03 Jul 2013 16:34:32 +0200 |
parents | c932b0b41d2a |
children | 7681e83eb050 |
comparison
equal
deleted
inserted
replaced
171:c5422819d7b9 | 172:cfa0cc437781 |
---|---|
198 xtype: 'fieldset', | 198 xtype: 'fieldset', |
199 title: 'Messungsangaben', | 199 title: 'Messungsangaben', |
200 padding: '10 10', | 200 padding: '10 10', |
201 items: [ | 201 items: [ |
202 { | 202 { |
203 xtype: 'messungenlist' | 203 xtype: 'messungenlist', |
204 probeId: this.modelId | |
204 } | 205 } |
205 ] | 206 ] |
206 } | 207 } |
207 ]; | 208 ]; |
208 this.callParent(); | 209 this.callParent(); |