Roo/bootstrap/PopoverNav.php
authorAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2021 08:10:36 +0000 (16:10 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2021 08:10:36 +0000 (16:10 +0800)
Roo/bootstrap/PopoverNav.js

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

diff --git a/Roo/bootstrap/PopoverNav.js b/Roo/bootstrap/PopoverNav.js
new file mode 100644 (file)
index 0000000..a0b8725
--- /dev/null
@@ -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.CardHeader = function(config){
+    Roo.bootstrap.CardHeader.superclass.constructor.call(this, config);
+};
+
+Roo.extend(Roo.bootstrap.CardHeader, Roo.bootstrap.Element,  {
+    
+    
+    container_method : 'getCardHeader' 
+    
+     
+    
+    
+   
+});
+
+
\ No newline at end of file