Mercurial > lada > lada-client
comparison app/view/status/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 |
---|---|
29 name: 'status' | 29 name: 'status' |
30 }, | 30 }, |
31 { | 31 { |
32 xtype: 'datetime', | 32 xtype: 'datetime', |
33 label: 'Datum', | 33 label: 'Datum', |
34 name: 'sdatum' | 34 name: 'datum' |
35 }, | 35 }, |
36 { | 36 { |
37 xtype: 'textarea', | 37 xtype: 'textarea', |
38 label: 'Kommentar', | 38 label: 'Kommentar', |
39 name: 'skommentar' | 39 name: 'kommentar' |
40 } | 40 } |
41 ]; | 41 ]; |
42 this.callParent(); | 42 this.callParent(); |
43 } | 43 } |
44 }); | 44 }); |