[Lada-commits] [PATCH 11 of 13] Added documenation

Wald Commits scm-commit at wald.intevation.org
Tue Aug 13 11:57:55 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1376386687 -7200
# Node ID 8cb393ffe84465043aa24953dbfb27a0abda4341
# Parent  b7c419a2b4763d3c481aadf24d8793c6a2603091
Added documenation

diff -r b7c419a2b476 -r 8cb393ffe844 app/view/zusatzwerte/Create.js
--- 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',
diff -r b7c419a2b476 -r 8cb393ffe844 app/view/zusatzwerte/CreateForm.js
--- 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 : [
diff -r b7c419a2b476 -r 8cb393ffe844 app/view/zusatzwerte/List.js
--- a/app/view/zusatzwerte/List.js	Tue Aug 13 11:37:00 2013 +0200
+++ b/app/view/zusatzwerte/List.js	Tue Aug 13 11:38:07 2013 +0200
@@ -1,3 +1,6 @@
+/*
+ * Grid to list Probenzusatzwerte
+ */
 Ext.define('Lada.view.zusatzwerte.List' ,{
     extend: 'Ext.grid.Panel',
     alias: 'widget.zusatzwertelist',


More information about the Lada-commits mailing list