From: Alan Knowles Date: Tue, 2 Feb 2021 02:19:45 +0000 (+0800) Subject: Roo/bootstrap/panel/Content.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=e98104101aa050c85c0825532ad77da819ec7311 Roo/bootstrap/panel/Content.js --- diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index bc5dabf5bb..798d3db24f 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -65,6 +65,16 @@ Roo.bootstrap.panel.Content = function( config){ " roo-layout-inactive-content", id: config.id||el }; + if (this.iframe) { + elcfg.cn = [ + { + tag : 'iframe', + style : 'border 0px', + src : 'about:blank' + } + ]; + } + if (config.html) { elcfg.html = config.html;