Roo/bootstrap/Card.js
authorAlan Knowles <alan@roojs.com>
Thu, 17 Sep 2020 05:42:19 +0000 (13:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 17 Sep 2020 05:42:19 +0000 (13:42 +0800)
Roo/bootstrap/Card.js

index e894660..d14d9b6 100644 (file)
@@ -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