Roo/bootstrap/CardHeader.js
[roojs1] / roojs-bootstrap-debug.js
index 7646245..3bdf91e 100644 (file)
@@ -1796,6 +1796,46 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component,  {
 });
 
 /*
+ * - LGPL
+ *
+ * Card header - holder for the card header elements.
+ * 
+ */
+
+/**
+ * @class Roo.bootstrap.CardHeader
+ * @extends Roo.bootstrap.Element
+ * Bootstrap Element class
+ * @constructor
+ * Create a new Element
+ * @param {Object} config The config object
+ */
+
+Roo.bootstrap.CardHeader = function(config){
+    Roo.bootstrap.CardHeader.superclass.constructor.call(this, config);
+};
+
+Roo.extend(Roo.bootstrap.CardHeader, Roo.bootstrap.Element,  {
+    
+    tag: 'div',
+    container_method : 'getCardHeader',
+    
+    getAutoCreate : function() {
+        
+        var cfg = {
+            tag: 'div' 
+        };
+        
+        return cfg;
+    } 
+    
+    
+   
+});
+
+
+ /*
  * - LGPL
  *
  * image