Mercurial > lada > lada-client
changeset 351:8cb393ffe844
Added documenation
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 13 Aug 2013 11:38:07 +0200 |
parents | b7c419a2b476 |
children | 5fbcbf330839 |
files | app/view/zusatzwerte/Create.js app/view/zusatzwerte/CreateForm.js app/view/zusatzwerte/List.js |
diffstat | 3 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/zusatzwerte/Create.js Tue Aug 13 11:37:00 2013 +0200 +++ b/app/view/zusatzwerte/Create.js Tue Aug 13 11:38:07 2013 +0200 @@ -1,3 +1,6 @@ +/* + * Window to create and edit a Probenzusatzwert + */ Ext.define('Lada.view.zusatzwerte.Create', { extend: 'Ext.window.Window', alias: 'widget.zusatzwertecreate',
--- a/app/view/zusatzwerte/CreateForm.js Tue Aug 13 11:37:00 2013 +0200 +++ b/app/view/zusatzwerte/CreateForm.js Tue Aug 13 11:38:07 2013 +0200 @@ -1,3 +1,6 @@ +/* + * Formular to create and edit a Probenzusatzwert + */ Ext.define('Lada.view.zusatzwerte.CreateForm', { extend: 'Lada.view.widgets.LadaForm', requires : [