Fix #6465 - drag drop for cards
[roojs1] / Roo / bootstrap / CardFooter.js
diff --git a/Roo/bootstrap/CardFooter.js b/Roo/bootstrap/CardFooter.js
new file mode 100644 (file)
index 0000000..bc4d288
--- /dev/null
@@ -0,0 +1,34 @@
+/*
+ * - LGPL
+ *
+ * Card footer - holder for the card footer elements.
+ * 
+ */
+
+/**
+ * @class Roo.bootstrap.CardFooter
+ * @extends Roo.bootstrap.Element
+ * Bootstrap CardFooter class
+ * @constructor
+ * Create a new Card Footer - that you can embed children into
+ * @param {Object} config The config object
+ */
+
+Roo.bootstrap.CardFooter = function(config){
+    Roo.bootstrap.CardFooter.superclass.constructor.call(this, config);
+};
+
+Roo.extend(Roo.bootstrap.CardFooter, Roo.bootstrap.Element,  {
+    
+    
+    container_method : 'getCardFooter' 
+    
+     
+    
+    
+   
+});
+
+
\ No newline at end of file