Yahoo! UI Library

Menu Library 

Yahoo! UI Library > menu > YAHOO.widget.MenuModule

Class YAHOO.widget.MenuModule - extends YAHOO.widget.Overlay

Deprecated:As of version 0.12, all MenuModule functionality has been implemented directly in YAHOO.widget.Menu, making YAHOO.widget.Menu the base class for all menuing containers.
The base class for all menuing containers.

Constructor

YAHOO.widget.MenuModule ( p_oElement , p_oConfig )
Parameters:
p_oElement <String> String specifying the id attribute of the <div> element of the menu module.
p_oElement <String> String specifying the id attribute of the <select> element to be used as the data source for the menu module.
p_oElement <HTMLDivElement> Object specifying the <div> element of the menu module.
p_oElement <HTMLSelectElement> Object specifying the <select> element to be used as the data source for the menu module.
p_oConfig <Object> Optional. Object literal specifying the configuration for the menu module. See configuration class documentation for more details.

Configuration attributes inherited from YAHOO.widget.Module:

Configuration attributes inherited from YAHOO.widget.Overlay:


Copyright © 2006 Yahoo! Inc. All rights reserved.