From: Alan Knowles Date: Thu, 28 Jan 2021 08:10:36 +0000 (+0800) Subject: Roo/bootstrap/PopoverNav.php X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=0e85e8aad4b840f5279d516a6de9e6cc3d6235bc Roo/bootstrap/PopoverNav.php Roo/bootstrap/PopoverNav.js --- diff --git a/Roo/bootstrap/PopoverNav.js b/Roo/bootstrap/PopoverNav.js new file mode 100644 index 0000000000..a0b8725220 --- /dev/null +++ b/Roo/bootstrap/PopoverNav.js @@ -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