Class YAHOO.widget.ContextMenuItem

Object
   |
   +--YAHOO.widget.MenuModuleItem
         |
         +--YAHOO.widget.MenuItem
               |
               +--YAHOO.widget.ContextMenuItem

class YAHOO.widget.ContextMenuItem

Method Summary [top]

void init (<String or HTMLElement> p_oObject, <Object> p_oUserConfig)
The ContextMenuItem class's initialization method. 

Methods inherited from class YAHOO.widget.MenuItem

Field Detail [top]

superclass

Object   superclass

Constructor Detail [top]

YAHOO.widget.ContextMenuItem

YAHOO.widget.ContextMenuItem ()
Parameters:
p_oObject - String or HTMLElement (either HTMLLIElement, HTMLOptGroupElement or HTMLOptionElement) of the source HTMLElement node.
p_oUserConfig - The configuration object literal containing the configuration for a ContextMenuItem instance. See the configuration class documentation for more details.

Method Detail [top]

init

void init (<String or HTMLElement> p_oObject, <Object> p_oUserConfig)
The ContextMenuItem class's initialization method. This method is automatically called by the constructor, and sets up all DOM references for pre-existing markup, and creates required markup if it is not already present.
Parameters:
p_oObject - String or HTMLElement (either HTMLLIElement, HTMLOptGroupElement or HTMLOptionElement) of the source HTMLElement node.
p_oUserConfig - The configuration object literal containing the configuration for a ContextMenuItem instance. See the configuration class documentation for more details.