Mercurial > lada > lada-client
comparison app/view/kommentare/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 |
---|---|
23 action: 'save' | 23 action: 'save' |
24 }, | 24 }, |
25 { | 25 { |
26 text: 'Abbrechen', | 26 text: 'Abbrechen', |
27 scope: this, | 27 scope: this, |
28 handler: this.close, | 28 handler: this.close |
29 } | 29 } |
30 ]; | 30 ]; |
31 var form = Ext.create('Lada.view.kommentare.CreateForm', this.initialConfig); | 31 var form = Ext.create('Lada.view.kommentare.CreateForm', this.initialConfig); |
32 this.items = [form]; | 32 this.items = [form]; |
33 this.callParent(); | 33 this.callParent(); |