diff app/view/grid/Messung.js @ 1111:a73726bba79c

Use custom row expander in probe list grid to display messung grid.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 17 May 2016 17:12:07 +0200
parents 0497693d5b74
children d3cf992099a0 90ae675a1224
line wrap: on
line diff
--- a/app/view/grid/Messung.js	Tue May 17 17:10:39 2016 +0200
+++ b/app/view/grid/Messung.js	Tue May 17 17:12:07 2016 +0200
@@ -26,6 +26,7 @@
     warnings: null,
     errors: null,
     readOnly: true,
+    bottomBar: true,
     allowDeselect: true,
 
     initComponent: function() {
@@ -159,6 +160,9 @@
         };
         this.initData();
         this.callParent(arguments);
+        if (!this.bottomBar) {
+            this.down('toolbar[dock=bottom]').hide();
+        }
         this.setReadOnly(true); //Grid is always initialised as RO
     },
 

http://lada.wald.intevation.org