Mercurial > lada > lada-client
comparison app/view/proben/Create.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 |
---|---|
15 modal: true, | 15 modal: true, |
16 initComponent: function() { | 16 initComponent: function() { |
17 this.buttons = [ | 17 this.buttons = [ |
18 { | 18 { |
19 text: 'Speichern', | 19 text: 'Speichern', |
20 action: 'save', | 20 action: 'save' |
21 }, | 21 }, |
22 { | 22 { |
23 text: 'Abbrechen', | 23 text: 'Abbrechen', |
24 scope: this, | 24 scope: this, |
25 handler: this.close, | 25 handler: this.close |
26 } | 26 } |
27 ]; | 27 ]; |
28 var form = Ext.create('Lada.view.proben.CreateForm'); | 28 var form = Ext.create('Lada.view.proben.CreateForm'); |
29 this.items = [form]; | 29 this.items = [form]; |
30 this.callParent(); | 30 this.callParent(); |