YUI Library JavaScript DHTML





    
Using the Overlay Manager to Manage Multiple Panels

/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
body {
  margin:0;
  padding:0;
}









Using the Overlay Manager to Manage Multiple Panels



  

OverlayManager allows you to manage multiple Overlays (and Overlay subclasses like Panel, Dialog, SimpleDialog and Tooltip) on the same page, giving focus and z-index supremacy to the focused overlay and providing you with event hooks to respond to focus and blur of your overlays with your own scripts.


Use the buttons below to show and hide the overlays in this example's OverlayManager group.  Click within differnt overlays and drag them around to get a sense for how OverlayManager provides a light, operating-system-like feel to the interaction.

      



.yui-skin-sam .yui-panel .hd {
    background: #F2F2F2;
}
.yui-skin-sam .yui-panel-container.focused .yui-panel .hd {
    background: url(yui_2.7.0b-lib/assets/skins/sam/sprite.png) repeat-x 0 -200px;
}



panel1:
Show
Hide
Focus


panel2:
Show
Hide
Focus


panel3:
Show
Hide
Focus


All Panels:
Show All
Hide All
Blur All


Panel #1 from Markup

This is a Panel that was marked up in the document.

End of Panel #1


Panel #2 from Markup
This is a Panel that was marked up in the document.
End of Panel #2


Panel #3 from Markup
This is a Panel that was marked up in the document.
End of Panel #3





   
  
yui_2.7.0b.zip( 4,431 k)