Roo/bootstrap/CardFooter.js
authorAlan Knowles <alan@roojs.com>
Tue, 17 Nov 2020 05:04:15 +0000 (13:04 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 17 Nov 2020 05:04:15 +0000 (13:04 +0800)
Roo/bootstrap/CardFooter.js

index e69de29..27ad485 100644 (file)
@@ -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.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