comparison app/view/proben/Edit.js @ 431:2375e7247523

Merged with @
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 08 Nov 2013 12:47:19 +0100
parents f9bb1ecf6462
children debfcc7713e3
comparison
equal deleted inserted replaced
430:4206cb30138c 431:2375e7247523
16 16
17 initComponent: function() { 17 initComponent: function() {
18 this.buttons = [ 18 this.buttons = [
19 { 19 {
20 text: 'Speichern', 20 text: 'Speichern',
21 action: 'save', 21 action: 'save'
22 }, 22 },
23 { 23 {
24 text: 'Abbrechen', 24 text: 'Abbrechen',
25 scope: this, 25 scope: this,
26 handler: this.close, 26 handler: this.close
27 } 27 }
28 ]; 28 ];
29 // InitialConfig is the config object passed to the constructor on 29 // InitialConfig is the config object passed to the constructor on
30 // creation of this window. We need to pass it throuh to the form as 30 // creation of this window. We need to pass it throuh to the form as
31 // we need the "modelId" param to load the correct item. 31 // we need the "modelId" param to load the correct item.
32 var form = Ext.create('Lada.view.proben.EditForm', this.initialConfig); 32 var form = Ext.create('Lada.view.proben.EditForm', this.initialConfig);
33 this.items = [form]; 33 this.items = [form];
34 this.callParent(); 34 this.callParent();
35 }, 35 }
36 }); 36 });
37 37

http://lada.wald.intevation.org