Fix #6464 - card header
[roojs1] / Roo / bootstrap / CardImageTop.js
diff --git a/Roo/bootstrap/CardImageTop.js b/Roo/bootstrap/CardImageTop.js
new file mode 100644 (file)
index 0000000..0bb3fb4
--- /dev/null
@@ -0,0 +1,33 @@
+/*
+ * - LGPL
+ *
+ * Card header - holder for the card header elements.
+ * 
+ */
+
+/**
+ * @class Roo.bootstrap.CardImageTop
+ * @extends Roo.bootstrap.Element
+ * Bootstrap CardImageTop class
+ * @constructor
+ * Create a new Card Image Top container
+ * @param {Object} config The config object
+ */
+
+Roo.bootstrap.CardImageTop = function(config){
+    Roo.bootstrap.CardImageTop.superclass.constructor.call(this, config);
+};
+
+Roo.extend(Roo.bootstrap.CardImageTop, Roo.bootstrap.Element,  {
+    
+   
+    container_method : 'getCardImageTop' 
+    
+     
+    
+   
+});
+
+
\ No newline at end of file