GUI Components JavaScript DHTML

        "http://www.w3.org/TR/html4/strict.dtd">

    
        
        Example 5: Grouped MenuItem Instances With Titles From Existing Markup
        
        
        
        
        
 
        
        
            body { margin:.5em; }
        
        
        
        
        
        
        
        
        
        
        
        
            YAHOO.example.onWindowLoad = function(p_oEvent) {
                var oMenu = new YAHOO.widget.Menu("menuwithgroups", { fixedcenter: true });
                oMenu.render();
    
                oMenu.show();
            }
            YAHOO.util.Event.addListener(window, "load", YAHOO.example.onWindowLoad);
            
        
    
    
        

Example 5: Grouped MenuItem Instances With Titles From Existing Markup


        

This example demonstrates how to title groups of MenuItem instances.  The Menu API also supports building a menu like this using nothing but JavaScript.


        
            
                Yahoo! PIM
                
                    Yahoo! Mail
                    Yahoo! Address Book
                    Yahoo! Calendar
                    Yahoo! Notepad
                
                
Yahoo! Search

                

                        Yahoo! Local
                        Yahoo! Maps
                        Yahoo! Travel
                        Yahoo! Shopping
                    

                
Yahoo! Communications

                

                        Yahoo! Messenger
                        Yahoo! 360
                        Yahoo! Groups
                        Yahoo! Photos
                    

            

        
        
    

           
         
  
yui.zip( 3,714 k)