Mercurial > lada > lada-client
comparison app/view/kommentare/CreateForm.js @ 342:1e4f0c42369c
Added documentation
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 13 Aug 2013 11:16:55 +0200 |
parents | dee3e54a61b1 |
children | b5b129742abf |
comparison
equal
deleted
inserted
replaced
341:6eaa741b396b | 342:1e4f0c42369c |
---|---|
1 /* | |
2 * Formular to create and edit a Kommentar | |
3 */ | |
1 Ext.define('Lada.view.kommentare.CreateForm', { | 4 Ext.define('Lada.view.kommentare.CreateForm', { |
2 extend: 'Lada.view.widgets.LadaForm', | 5 extend: 'Lada.view.widgets.LadaForm', |
3 model: 'Lada.model.Kommentar', | 6 model: 'Lada.model.Kommentar', |
4 initComponent: function() { | 7 initComponent: function() { |
5 this.items = [ | 8 this.items = [ |