Mercurial > lada > lada-client
comparison app/view/kommentare/CreateForm.js @ 490:446e99cfd425
Updated views and controllers using the new model and stores.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 31 Oct 2014 21:28:31 +0100 |
parents | debfcc7713e3 |
children | 850ccfe5f3c4 |
comparison
equal
deleted
inserted
replaced
489:6056a7fd9aa2 | 490:446e99cfd425 |
---|---|
19 name: 'erzeuger', | 19 name: 'erzeuger', |
20 fieldLabel: 'Erzeuger' | 20 fieldLabel: 'Erzeuger' |
21 }, | 21 }, |
22 { | 22 { |
23 xtype: 'datetime', | 23 xtype: 'datetime', |
24 name: 'kdatum', | 24 name: 'datum', |
25 fieldLabel: 'Datum' | 25 fieldLabel: 'Datum' |
26 }, | 26 }, |
27 { | 27 { |
28 xtype: 'textareafield', | 28 xtype: 'textareafield', |
29 name: 'ktext', | 29 name: 'text', |
30 fieldLabel: 'Text' | 30 fieldLabel: 'Text' |
31 } | 31 } |
32 ]; | 32 ]; |
33 this.callParent(); | 33 this.callParent(); |
34 } | 34 } |