[Lada-commits] [PATCH 3 of 6] jsduck for grids and panels
Wald Commits
scm-commit at wald.intevation.org
Thu Jul 23 17:43:16 CEST 2015
# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1437663748 -7200
# Node ID 07dfcdf5b41fe8c0e07a300c97b40664b1e681fd
# Parent 777bf66dbb1196c3195a78a89e19c9a2496c8724
jsduck for grids and panels
diff -r 777bf66dbb11 -r 07dfcdf5b41f app/view/grid/FilterResult.js
--- a/app/view/grid/FilterResult.js Thu Jul 23 16:56:58 2015 +0200
+++ b/app/view/grid/FilterResult.js Thu Jul 23 17:02:28 2015 +0200
@@ -6,8 +6,8 @@
* the documentation coming with IMIS-Labordaten-Application for details.
*/
-/*
- * Grid to list Proben
+/**
+ * Grid to list the result of the Filter
*/
Ext.define('Lada.view.grid.FilterResult', {
extend: 'Ext.grid.Panel',
diff -r 777bf66dbb11 -r 07dfcdf5b41f app/view/grid/MKommentar.js
--- a/app/view/grid/MKommentar.js Thu Jul 23 16:56:58 2015 +0200
+++ b/app/view/grid/MKommentar.js Thu Jul 23 17:02:28 2015 +0200
@@ -6,7 +6,7 @@
* the documentation coming with IMIS-Labordaten-Application for details.
*/
-/*
+/**
* Grid to list Kommentare for Messunge
*/
Ext.define('Lada.view.grid.MKommentar', {
diff -r 777bf66dbb11 -r 07dfcdf5b41f app/view/grid/Messmethoden.js
--- a/app/view/grid/Messmethoden.js Thu Jul 23 16:56:58 2015 +0200
+++ b/app/view/grid/Messmethoden.js Thu Jul 23 17:02:28 2015 +0200
@@ -6,7 +6,7 @@
* the documentation coming with IMIS-Labordaten-Application for details.
*/
-/*
+/**
* Grid to list Messmethoden
*/
Ext.define('Lada.view.grid.Messmethoden', {
diff -r 777bf66dbb11 -r 07dfcdf5b41f app/view/grid/Messung.js
--- a/app/view/grid/Messung.js Thu Jul 23 16:56:58 2015 +0200
+++ b/app/view/grid/Messung.js Thu Jul 23 17:02:28 2015 +0200
@@ -6,7 +6,7 @@
* the documentation coming with IMIS-Labordaten-Application for details.
*/
-/*
+/**
* Grid to list Messungen
*/
Ext.define('Lada.view.grid.Messung', {
diff -r 777bf66dbb11 -r 07dfcdf5b41f app/view/grid/Messwert.js
--- a/app/view/grid/Messwert.js Thu Jul 23 16:56:58 2015 +0200
+++ b/app/view/grid/Messwert.js Thu Jul 23 17:02:28 2015 +0200
@@ -6,7 +6,7 @@
* the documentation coming with IMIS-Labordaten-Application for details.
*/
-/*
+/**
* Grid to list Messwerte
*/
Ext.define('Lada.view.grid.Messwert', {
diff -r 777bf66dbb11 -r 07dfcdf5b41f app/view/grid/Nuklide.js
--- a/app/view/grid/Nuklide.js Thu Jul 23 16:56:58 2015 +0200
+++ b/app/view/grid/Nuklide.js Thu Jul 23 17:02:28 2015 +0200
@@ -6,7 +6,7 @@
* the documentation coming with IMIS-Labordaten-Application for details.
*/
-/*
+/**
* Grid to list Nuklide
*/
Ext.define('Lada.view.grid.Nuklide', {
diff -r 777bf66dbb11 -r 07dfcdf5b41f app/view/grid/Ort.js
--- a/app/view/grid/Ort.js Thu Jul 23 16:56:58 2015 +0200
+++ b/app/view/grid/Ort.js Thu Jul 23 17:02:28 2015 +0200
@@ -6,7 +6,7 @@
* the documentation coming with IMIS-Labordaten-Application for details.
*/
-/*
+/**
* Grid to list Orte
*/
Ext.define('Lada.view.grid.Ort', {
diff -r 777bf66dbb11 -r 07dfcdf5b41f app/view/grid/PKommentar.js
--- a/app/view/grid/PKommentar.js Thu Jul 23 16:56:58 2015 +0200
+++ b/app/view/grid/PKommentar.js Thu Jul 23 17:02:28 2015 +0200
@@ -6,7 +6,7 @@
* the documentation coming with IMIS-Labordaten-Application for details.
*/
-/*
+/**
* Grid to list Kommentare
*/
Ext.define('Lada.view.grid.PKommentar', {
diff -r 777bf66dbb11 -r 07dfcdf5b41f app/view/grid/Probenzusatzwert.js
--- a/app/view/grid/Probenzusatzwert.js Thu Jul 23 16:56:58 2015 +0200
+++ b/app/view/grid/Probenzusatzwert.js Thu Jul 23 17:02:28 2015 +0200
@@ -6,7 +6,7 @@
* the documentation coming with IMIS-Labordaten-Application for details.
*/
-/*
+/**
* Grid to list Probenzusatzwerte
*/
Ext.define('Lada.view.grid.Probenzusatzwert', {
diff -r 777bf66dbb11 -r 07dfcdf5b41f app/view/grid/Status.js
--- a/app/view/grid/Status.js Thu Jul 23 16:56:58 2015 +0200
+++ b/app/view/grid/Status.js Thu Jul 23 17:02:28 2015 +0200
@@ -6,7 +6,7 @@
* the documentation coming with IMIS-Labordaten-Application for details.
*/
-/*
+/**
* Grid to list Status
*/
Ext.define('Lada.view.grid.Status', {
diff -r 777bf66dbb11 -r 07dfcdf5b41f app/view/panel/Map.js
--- a/app/view/panel/Map.js Thu Jul 23 16:56:58 2015 +0200
+++ b/app/view/panel/Map.js Thu Jul 23 17:02:28 2015 +0200
@@ -5,6 +5,12 @@
* and comes with ABSOLUTELY NO WARRANTY! Check out
* the documentation coming with IMIS-Labordaten-Application for details.
*/
+
+
+/**
+ * This is the MapPanel.
+ * It uses OpenLayers to display the map
+ */
Ext.define('Lada.view.panel.Map', {
extend: 'Ext.panel.Panel',
alias: 'widget.map',
More information about the Lada-commits
mailing list