roojs-bootstrap.js
[roojs1] / Roo / bootstrap / CardImage.js
index e69de29..73c8796 100644 (file)
@@ -0,0 +1,33 @@
+/*
+ * - 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.CardImage = function(config){
+    Roo.bootstrap.CardImage.superclass.constructor.call(this, config);
+};
+
+Roo.extend(Roo.bootstrap.CardImage, Roo.bootstrap.Image,  {
+    
+   
+    container_method : 'getCardHeader',
+    
+     
+    
+   
+});
+
+
\ No newline at end of file