From f62c6a65ba9bb06403b54a547b710440d9d69623 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 7 Dec 2017 17:08:57 +0800 Subject: [PATCH] Roo/bootstrap/Container.js --- Roo/bootstrap/Container.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Roo/bootstrap/Container.js b/Roo/bootstrap/Container.js index 3938247436..a81c344654 100644 --- a/Roo/bootstrap/Container.js +++ b/Roo/bootstrap/Container.js @@ -312,6 +312,15 @@ Roo.extend(Roo.bootstrap.Container, Roo.bootstrap.Component, { return this.el.select('.panel-heading',true).first() }, + bodyEl : function() + { + if(!this.el || !this.panel.length){ + return; + } + + return this.el.select('.panel-body',true).first() + }, + titleEl : function() { if(!this.el || !this.panel.length || !this.header.length){ -- 2.39.2