Roo/bootstrap/Card.js
authorAlan Knowles <alan@roojs.com>
Tue, 3 Nov 2020 08:43:48 +0000 (16:43 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Nov 2020 08:43:48 +0000 (16:43 +0800)
MOVED Roo/bootstrap/CardImage.js to Roo/bootstrap/CardImageTop.js

Roo/bootstrap/CardImageTop.js [new file with mode: 0644]

diff --git a/Roo/bootstrap/CardImageTop.js b/Roo/bootstrap/CardImageTop.js
new file mode 100644 (file)
index 0000000..ebee9cb
--- /dev/null
@@ -0,0 +1,33 @@
+/*
+ * - LGPL
+ *
+ * Card header - holder for the card header elements.
+ * 
+ */
+
+/**
+ * @class Roo.bootstrap.CardImage
+ * @extends Roo.bootstrap.Image
+ * Bootstrap Element class
+ * @constructor
+ * Create a new Card Image 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 : 'getCardImage',
+    
+     
+    
+   
+});
+
+
\ No newline at end of file