X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2Fnav%2FSimplebar.js;fp=Roo%2Fbootstrap%2FNavSimplebar.js;h=c05c9ef6a3b3e04d562963f9cabffba822b59aa2;hp=808c655fed983c6d20a0c354fddabc4caa2a921e;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/Roo/bootstrap/NavSimplebar.js b/Roo/bootstrap/nav/Simplebar.js similarity index 85% rename from Roo/bootstrap/NavSimplebar.js rename to Roo/bootstrap/nav/Simplebar.js index 808c655fed..c05c9ef6a3 100644 --- a/Roo/bootstrap/NavSimplebar.js +++ b/Roo/bootstrap/nav/Simplebar.js @@ -6,8 +6,9 @@ */ /** - * @class Roo.bootstrap.NavSimplebar - * @extends Roo.bootstrap.Navbar + * @class Roo.bootstrap.nav.Simplebar + * @extends Roo.bootstrap.nav.Bar + * @children Roo.bootstrap.nav.Group Roo.bootstrap.Container Roo.bootstrap.form.Form Roo.bootstrap.Row Roo.bootstrap.Column Roo.bootstrap.Link * Bootstrap Sidebar class * * @cfg {Boolean} inverse is inverted color @@ -30,11 +31,11 @@ */ -Roo.bootstrap.NavSimplebar = function(config){ - Roo.bootstrap.NavSimplebar.superclass.constructor.call(this, config); +Roo.bootstrap.nav.Simplebar = function(config){ + Roo.bootstrap.nav.Simplebar.superclass.constructor.call(this, config); }; -Roo.extend(Roo.bootstrap.NavSimplebar, Roo.bootstrap.Navbar, { +Roo.extend(Roo.bootstrap.nav.Simplebar, Roo.bootstrap.nav.Bar, { inverse: false,