Mercurial > lada > lada-client
comparison app/view/zusatzwerte/Create.js @ 144:7b1140bd8b3d
Re-Added Kommentare
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 01 Jul 2013 10:15:00 +0200 |
parents | a7bfaeb1655d |
children | e7665edf953f |
comparison
equal
deleted
inserted
replaced
143:62b757ccdd8f | 144:7b1140bd8b3d |
---|---|
15 var form = Ext.create('Lada.view.zusatzwerte.CreateForm', this.initialConfig); | 15 var form = Ext.create('Lada.view.zusatzwerte.CreateForm', this.initialConfig); |
16 this.items = [form]; | 16 this.items = [form]; |
17 this.buttons = [ | 17 this.buttons = [ |
18 { | 18 { |
19 text: 'Speichern', | 19 text: 'Speichern', |
20 //handler: form.commit, | |
21 scope: form, | 20 scope: form, |
22 action: 'save' | 21 action: 'save' |
23 } | 22 } |
24 ]; | 23 ]; |
25 this.callParent(); | 24 this.callParent(); |