Fix #6464 - card header
[roojs1] / Roo / bootstrap / CardHeader.js
diff --git a/Roo/bootstrap/CardHeader.js b/Roo/bootstrap/CardHeader.js
new file mode 100644 (file)
index 0000000..a0b8725
--- /dev/null
@@ -0,0 +1,34 @@
+/*
+ * - LGPL
+ *
+ * Card header - holder for the card header elements.
+ * 
+ */
+
+/**
+ * @class Roo.bootstrap.CardHeader
+ * @extends Roo.bootstrap.Element
+ * Bootstrap CardHeader class
+ * @constructor
+ * Create a new Card Header - that you can embed children into
+ * @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,  {
+    
+    
+    container_method : 'getCardHeader' 
+    
+     
+    
+    
+   
+});
+
+
\ No newline at end of file