[Lada-commits] [PATCH 07 of 13] Added documentation

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


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1376385831 -7200
# Node ID 1536fb5c81b7150465c374d2f609379a0eb77fcb
# Parent  b2dc95820b70614220acf8827d04ca20c739c8d1
Added documentation

diff -r b2dc95820b70 -r 1536fb5c81b7 app/view/orte/Create.js
--- a/app/view/orte/Create.js	Tue Aug 13 11:22:20 2013 +0200
+++ b/app/view/orte/Create.js	Tue Aug 13 11:23:51 2013 +0200
@@ -1,3 +1,6 @@
+/*
+ * Window to create and edit a Ort
+ */
 Ext.define('Lada.view.orte.Create', {
     extend: 'Ext.window.Window',
     alias: 'widget.ortecreate',
diff -r b2dc95820b70 -r 1536fb5c81b7 app/view/orte/CreateForm.js
--- a/app/view/orte/CreateForm.js	Tue Aug 13 11:22:20 2013 +0200
+++ b/app/view/orte/CreateForm.js	Tue Aug 13 11:23:51 2013 +0200
@@ -1,3 +1,6 @@
+/*
+ * Formular to create and edit a Ort
+ */
 Ext.define('Lada.view.orte.CreateForm', {
     extend: 'Lada.view.widgets.LadaForm',
     model: 'Lada.model.Ort',
diff -r b2dc95820b70 -r 1536fb5c81b7 app/view/orte/List.js
--- a/app/view/orte/List.js	Tue Aug 13 11:22:20 2013 +0200
+++ b/app/view/orte/List.js	Tue Aug 13 11:23:51 2013 +0200
@@ -1,3 +1,6 @@
+/*
+ * Grid to list Orte
+ */
 Ext.define('Lada.view.orte.List' ,{
     extend: 'Ext.grid.Panel',
     alias: 'widget.ortelist',


More information about the Lada-commits mailing list