roojs-bootstrap.js
authorAlan Knowles <alan@roojs.com>
Fri, 29 Jan 2021 06:50:33 +0000 (14:50 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 Jan 2021 06:50:33 +0000 (14:50 +0800)
roojs-bootstrap-debug.js
Roo/bootstrap/PopoverNav.js

roojs-bootstrap-debug.js
roojs-bootstrap.js

index 188a167..a1f5491 100644 (file)
@@ -20026,7 +20026,7 @@ Roo.bootstrap.PopoverNav = function(config){
     Roo.bootstrap.PopoverNav.superclass.constructor.call(this, config);
 };
 
-Roo.extend(Roo.bootstrap.PopoverNav, Roo.bootstrap.NavGroup,  {
+Roo.extend(Roo.bootstrap.NavSimplebar, Roo.bootstrap.NavGroup,  {
     
     
     container_method : 'getPopoverHeader' 
index 66294f9..18100a2 100644 (file)
@@ -827,7 +827,7 @@ this.el.removeClass('in');this.el.hide();this.hoverState=null;this.maskEl.hide()
 ,zIndex:20001,clickHander:false,onMouseDown:function(e){if(!e.getTarget(".roo-popover")){this.hideAll();}},popups:[],register:function(A){if(!Roo.bootstrap.Popover.clickHandler){Roo.bootstrap.Popover.clickHandler=Roo.get(document).on("mousedown",Roo.bootstrap.Popover.onMouseDown,Roo.bootstrap.Popover);
 }this.hideAll();this.popups.push(A);},hideAll:function(){this.popups.forEach(function(p){p.hide();});}});
 // Roo/bootstrap/PopoverNav.js
-Roo.bootstrap.PopoverNav=function(A){Roo.bootstrap.PopoverNav.superclass.constructor.call(this,A);};Roo.extend(Roo.bootstrap.PopoverNav,Roo.bootstrap.NavGroup,{container_method:'getPopoverHeader'});
+Roo.bootstrap.PopoverNav=function(A){Roo.bootstrap.PopoverNav.superclass.constructor.call(this,A);};Roo.extend(Roo.bootstrap.NavSimplebar,Roo.bootstrap.NavGroup,{container_method:'getPopoverHeader'});
 // Roo/bootstrap/Progress.js
 Roo.bootstrap.Progress=function(A){Roo.bootstrap.Progress.superclass.constructor.call(this,A);};Roo.extend(Roo.bootstrap.Progress,Roo.bootstrap.Component,{striped:false,active:false,getAutoCreate:function(){var A={tag:'div',cls:'progress'};if(this.striped){A.cls+=' progress-striped';
 }if(this.active){A.cls+=' active';}return A;}});