Mercurial > lada > lada-client
comparison app/view/kommentare/CreateForm.js @ 144:7b1140bd8b3d
Re-Added Kommentare
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 01 Jul 2013 10:15:00 +0200 |
parents | 6273b73b4b27 |
children | 6527b1598196 |
comparison
equal
deleted
inserted
replaced
143:62b757ccdd8f | 144:7b1140bd8b3d |
---|---|
17 xtype: 'textareafield', | 17 xtype: 'textareafield', |
18 name: 'ktext', | 18 name: 'ktext', |
19 fieldLabel: 'Text' | 19 fieldLabel: 'Text' |
20 } | 20 } |
21 ]; | 21 ]; |
22 //this.buttons = [ | |
23 // { | |
24 // text: 'Speichern', | |
25 // handler: this.commit, | |
26 // scope: this | |
27 // } | |
28 //]; | |
29 this.callParent(); | 22 this.callParent(); |
30 } | 23 } |
31 }); | 24 }); |