comparison app/view/proben/Import.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
11 modal: true, 11 modal: true,
12 initComponent: function() { 12 initComponent: function() {
13 this.buttons = [ 13 this.buttons = [
14 { 14 {
15 text: 'Speichern', 15 text: 'Speichern',
16 action: 'save', 16 action: 'save'
17 }, 17 },
18 { 18 {
19 text: 'Abbrechen', 19 text: 'Abbrechen',
20 scope: this, 20 scope: this,
21 handler: this.close, 21 handler: this.close
22 } 22 }
23 ]; 23 ];
24 var form = Ext.create('Lada.view.proben.ImportForm'); 24 var form = Ext.create('Lada.view.proben.ImportForm');
25 this.items = [form]; 25 this.items = [form];
26 this.callParent(); 26 this.callParent();

http://lada.wald.intevation.org