Mercurial > lada > lada-client
comparison app/view/messungen/Create.js @ 192:d38b763806b0
Added action attribute to button. Needed for listener.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 08 Jul 2013 14:25:02 +0200 |
parents | f1f0351b6e2f |
children | edb2b636319f |
comparison
equal
deleted
inserted
replaced
191:46cc69277b8e | 192:d38b763806b0 |
---|---|
16 var form = Ext.create('Lada.view.messungen.CreateForm', this.initialConfig); | 16 var form = Ext.create('Lada.view.messungen.CreateForm', this.initialConfig); |
17 this.items = [form]; | 17 this.items = [form]; |
18 this.buttons = [ | 18 this.buttons = [ |
19 { | 19 { |
20 text: 'Speichern', | 20 text: 'Speichern', |
21 scope: form | 21 scope: form, |
22 action: 'save' | |
22 } | 23 } |
23 ]; | 24 ]; |
24 this.callParent(); | 25 this.callParent(); |
25 } | 26 } |
26 }); | 27 }); |