X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_NavSidebar.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_NavSidebar.js.html;h=0000000000000000000000000000000000000000;hp=eba6db8051300d82b44fa839d87283350da2239a;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/src/Roo_bootstrap_NavSidebar.js.html b/docs/src/Roo_bootstrap_NavSidebar.js.html deleted file mode 100644 index eba6db8051..0000000000 --- a/docs/src/Roo_bootstrap_NavSidebar.js.html +++ /dev/null @@ -1,46 +0,0 @@ -Roo/bootstrap/NavSidebar.js/* - * - LGPL - * - * navbar - * - */ - -/** - * @class Roo.bootstrap.NavSidebar - * @extends Roo.bootstrap.Navbar - * Bootstrap Sidebar class - * - * @constructor - * Create a new Sidebar - * @param {Object} config The config object - */ - - -Roo.bootstrap.NavSidebar = function(config){ - Roo.bootstrap.NavSidebar.superclass.constructor.call(this, config); -}; - -Roo.extend(Roo.bootstrap.NavSidebar, Roo.bootstrap.Navbar, { - - sidebar : true, // used by Navbar Item and NavbarGroup at present... - - getAutoCreate : function(){ - - - return { - tag: 'div', - cls: 'sidebar sidebar-nav' - }; - - - } - - - -}); - - - - - - \ No newline at end of file