Mercurial > lada > lada-client
changeset 893:07dfcdf5b41f
jsduck for grids and panels
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Jul 2015 17:02:28 +0200 |
parents | 777bf66dbb11 |
children | a1d72228af00 |
files | app/view/grid/FilterResult.js app/view/grid/MKommentar.js app/view/grid/Messmethoden.js app/view/grid/Messung.js app/view/grid/Messwert.js app/view/grid/Nuklide.js app/view/grid/Ort.js app/view/grid/PKommentar.js app/view/grid/Probenzusatzwert.js app/view/grid/Status.js app/view/panel/Map.js |
diffstat | 11 files changed, 17 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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',
--- 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', {
--- 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', {
--- 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', {
--- 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', {
--- 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', {
--- 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', {
--- 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', {
--- 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', {
--- 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', {
--- 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',