changeset 350:b7c419a2b476

Added documentation
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 13 Aug 2013 11:37:00 +0200
parents d5a2f7af695a
children 8cb393ffe844
files app/view/status/Create.js app/view/status/CreateForm.js app/view/status/List.js
diffstat 3 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/app/view/status/Create.js	Tue Aug 13 11:35:48 2013 +0200
+++ b/app/view/status/Create.js	Tue Aug 13 11:37:00 2013 +0200
@@ -1,3 +1,6 @@
+/*
+ * Window to create and edit a Status
+ */
 Ext.define('Lada.view.status.Create', {
     extend: 'Ext.window.Window',
     alias: 'widget.statuscreate',
--- a/app/view/status/CreateForm.js	Tue Aug 13 11:35:48 2013 +0200
+++ b/app/view/status/CreateForm.js	Tue Aug 13 11:37:00 2013 +0200
@@ -1,3 +1,6 @@
+/*
+ * Formular to create and edit a Status
+ */
 Ext.define('Lada.view.status.CreateForm', {
     extend: 'Lada.view.widgets.LadaForm',
     requires : [
--- a/app/view/status/List.js	Tue Aug 13 11:35:48 2013 +0200
+++ b/app/view/status/List.js	Tue Aug 13 11:37:00 2013 +0200
@@ -1,3 +1,6 @@
+/*
+ * Grid to list Status
+ */
 Ext.define('Lada.view.status.List' ,{
     extend: 'Ext.grid.Panel',
     alias: 'widget.statuslist',

http://lada.wald.intevation.org