From: Alan Knowles Date: Thu, 17 Sep 2020 05:42:19 +0000 (+0800) Subject: Roo/bootstrap/Card.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=296c8c9fd7fda0e190ef500239d1fe884e132645 Roo/bootstrap/Card.js --- diff --git a/Roo/bootstrap/Card.js b/Roo/bootstrap/Card.js index e89466073a..d14d9b6a89 100644 --- a/Roo/bootstrap/Card.js +++ b/Roo/bootstrap/Card.js @@ -220,5 +220,15 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component, { }, + getChildContainer : function() { + + if(!this.el){ + return false; + } + + + return this.el.select('.roo-card-body-ctr',true).first(); + + }, } \ No newline at end of file