Roo/bootstrap/Card.js
[roojs1] / 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