X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_nav_Item.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_NavItem.js.html;h=bf3e0c1e0e0bb5ef6e3ddeacbcfce0d0a89fbac4;hp=bf938a3ebdd212a4201c147832a6a05c35dba0b2;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/src/Roo_bootstrap_NavItem.js.html b/docs/src/Roo_bootstrap_nav_Item.js.html similarity index 95% rename from docs/src/Roo_bootstrap_NavItem.js.html rename to docs/src/Roo_bootstrap_nav_Item.js.html index bf938a3ebd..bf3e0c1e0e 100644 --- a/docs/src/Roo_bootstrap_NavItem.js.html +++ b/docs/src/Roo_bootstrap_nav_Item.js.html @@ -1,14 +1,11 @@ -Roo/bootstrap/NavItem.js/* - * - LGPL - * - * row - * - */ - -/** - * @class Roo.bootstrap.NavItem +Roo/bootstrap/nav/Item.js/** + * @class Roo.bootstrap.nav.Item * @extends Roo.bootstrap.Component + * @children Roo.bootstrap.Container Roo.bootstrap.Button + * @parent Roo.bootstrap.nav.Group + * @licence LGPL * Bootstrap Navbar.NavItem class + * * @cfg {String} href link to * @cfg {String} button_weight (default|primary|secondary|success|info|warning|danger|link|light|dark) default none * @cfg {Boolean} button_outline show and outlined button @@ -25,13 +22,14 @@ * @cfg {String} tabId the tab that this item activates. * @cfg {String} tagtype (a|span) render as a href or span? * @cfg {Boolean} animateRef (true|false) link to element default false + * @cfg {Roo.bootstrap.menu.Menu} menu a Menu * @constructor * Create a new Navbar Item * @param {Object} config The config object */ -Roo.bootstrap.NavItem = function(config){ - Roo.bootstrap.NavItem.superclass.constructor.call(this, config); +Roo.bootstrap.nav.Item = function(config){ + Roo.bootstrap.nav.Item.superclass.constructor.call(this, config); this.addEvents({ // raw events /** @@ -43,7 +41,7 @@ /** * @event changed * Fires when the active item active state changes - * @param {Roo.bootstrap.NavItem} this + * @param {Roo.bootstrap.nav.Item} this * @param {boolean} state the new state */ @@ -51,7 +49,7 @@ /** * @event scrollto * Fires when scroll to element - * @param {Roo.bootstrap.NavItem} this + * @param {Roo.bootstrap.nav.Item} this * @param {Object} options * @param {Roo.EventObject} e @@ -61,7 +59,7 @@ }; -Roo.extend(Roo.bootstrap.NavItem, Roo.bootstrap.Component, { +Roo.extend(Roo.bootstrap.nav.Item, Roo.bootstrap.Component, { href: false, html: '', @@ -165,7 +163,7 @@ this.tag = 'div'; } - var ret = Roo.bootstrap.NavItem.superclass.onRender.call(this, ct, position); + var ret = Roo.bootstrap.nav.Item.superclass.onRender.call(this, ct, position); this.navLink = this.el.select('.nav-link',true).first(); this.htmlEl = this.el.hasClass('nav-html') ? this.el : this.el.select('.nav-html',true).first(); return ret; @@ -263,7 +261,7 @@ { if (this.active && !state && this.navId) { this.was_active = true; - var nv = Roo.bootstrap.NavGroup.get(this.navId); + var nv = Roo.bootstrap.nav.Group.get(this.navId); if (nv) { nv.clearWasActive(this); } @@ -302,7 +300,7 @@ } // if we can not flip to new panel - go back to old nav highlight.. if (false == tg.showPanel(pan)) { - var nv = Roo.bootstrap.NavGroup.get(this.navId); + var nv = Roo.bootstrap.nav.Group.get(this.navId); if (nv) { var onav = nv.getWasActive(); if (onav) {