X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2Fsrc%2FRoo_bootstrap_Container.js.html;h=eb2b9e61906e289cff02377b3602f11589c51469;hb=c1081f6f4b74fed0a601b8fa1f97a3c6372cb36b;hp=d1e7d08dbdff5a9b8715b656844038f6d257324b;hpb=3ce24a55f7fd794ff1b2b0cc999eba892abe50ad;p=roojs1 diff --git a/docs/symbols/src/Roo_bootstrap_Container.js.html b/docs/symbols/src/Roo_bootstrap_Container.js.html index d1e7d08dbd..eb2b9e6190 100644 --- a/docs/symbols/src/Roo_bootstrap_Container.js.html +++ b/docs/symbols/src/Roo_bootstrap_Container.js.html @@ -312,6 +312,15 @@ 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){