X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_nav_SidebarItem.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_NavSidebarItem.js.html;h=0d1ca41bd5738039ab3456e1284de4a48f4022f6;hp=0a39d4b134bb274c72d8b15e1a7f9963b9a89c77;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/src/Roo_bootstrap_NavSidebarItem.js.html b/docs/src/Roo_bootstrap_nav_SidebarItem.js.html similarity index 94% rename from docs/src/Roo_bootstrap_NavSidebarItem.js.html rename to docs/src/Roo_bootstrap_nav_SidebarItem.js.html index 0a39d4b134..0d1ca41bd5 100644 --- a/docs/src/Roo_bootstrap_NavSidebarItem.js.html +++ b/docs/src/Roo_bootstrap_nav_SidebarItem.js.html @@ -1,4 +1,4 @@ -Roo/bootstrap/NavSidebarItem.js/* +Roo/bootstrap/nav/SidebarItem.js/* * - LGPL * * sidebar item @@ -10,9 +10,10 @@ */ /** - * @class Roo.bootstrap.NavSidebarItem - * @extends Roo.bootstrap.NavItem + * @class Roo.bootstrap.nav.SidebarItem + * @extends Roo.bootstrap.nav.Item * Bootstrap Navbar.NavSidebarItem class + * * {String} badgeWeight (default|primary|success|info|warning|danger)the extra classes for the badge * {Boolean} open is the menu open * {Boolean} buttonView use button as the tigger el rather that a (default false) @@ -23,8 +24,8 @@ * Create a new Navbar Button * @param {Object} config The config object */ -Roo.bootstrap.NavSidebarItem = function(config){ - Roo.bootstrap.NavSidebarItem.superclass.constructor.call(this, config); +Roo.bootstrap.nav.SidebarItem = function(config){ + Roo.bootstrap.nav.SidebarItem.superclass.constructor.call(this, config); this.addEvents({ // raw events /** @@ -36,7 +37,7 @@ /** * @event changed * Fires when the active item active state changes - * @param {Roo.bootstrap.NavSidebarItem} this + * @param {Roo.bootstrap.nav.SidebarItem} this * @param {boolean} state the new state */ @@ -45,7 +46,7 @@ }; -Roo.extend(Roo.bootstrap.NavSidebarItem, Roo.bootstrap.NavItem, { +Roo.extend(Roo.bootstrap.nav.SidebarItem, Roo.bootstrap.nav.Item, { badgeWeight : 'default',