Roo/bootstrap/panel/Content.js
authorAlan Knowles <alan@roojs.com>
Tue, 20 Jul 2021 05:10:53 +0000 (13:10 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Jul 2021 05:10:53 +0000 (13:10 +0800)
Roo/bootstrap/panel/Content.js

index a800715..93691e5 100644 (file)
@@ -231,6 +231,9 @@ Roo.extend(Roo.bootstrap.panel.Content, Roo.bootstrap.Component, {
     iframe : false,
     iframeEl : false,
     
+    /* Resize Element - use this to work out scroll etc. */
+    resizeEl : false,
+    
     setRegion : function(region){
         this.region = region;
         this.setActiveClass(region && !this.background);