YUI Library JavaScript DHTML





    
Implementing Container Keyboard Shortcuts with KeyListener

/*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;
}









Implementing Container Keyboard Shortcuts with KeyListener



  

The KeyListener class integrates with the Container family allowing you to specify specific keys or key combinations to show and hide your containers.


      





panel1: 
Show (Ctrl+Y) 
Hide (Esc)


KeyListener Example Panel

Press [ESC] to dismiss this Panel.






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