Files
Phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.MenuItem.html
2011-02-16 16:09:48 +01:00

2935 lines
196 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>API: menu YAHOO.widget.MenuItem (YUI Library)</title>
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
<link rel="stylesheet" type="text/css" href="assets/api.css" />
<script type="text/javascript" src="assets/api-js"></script>
<script type="text/javascript" src="assets/ac-js"></script>
</head>
<body id="yahoo-com">
<div id="doc3" class="yui-t2">
<div id="hd">
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
<h3>Menu&nbsp; <span class="subtitle">2.8.2r1</span></h3>
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
&gt; <a href="./module_menu.html" title="menu">menu</a>
&gt; YAHOO.widget.MenuItem
<form onsubmit="return false">
<div id="propertysearch">
Search: <input autocomplete="off" id="searchinput" />
<div id="searchresults">
&nbsp;
</div>
</div>
</form>
</div>
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
<fieldset>
<legend>Filters</legend>
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
</fieldset>
</form>
<h2>
Class <b property="yui:name">YAHOO.widget.MenuItem</b>
<span class="extends">
</span>
</h2>
<!-- class tree goes here -->
<dl class="subclasses" rel="yui:subclasses">
<dt>Known Subclasses:</dt>
<dd>
<span rel="yui:subclass" resource="YAHOO.widget.MenuBarItem.html">
<a href="YAHOO.widget.MenuBarItem.html" property="yui:name" title="YAHOO.widget.MenuBarItem">YAHOO.widget.MenuBarItem</a>
</span>
<span rel="yui:subclass" resource="YAHOO.widget.ContextMenuItem.html">
<a href="YAHOO.widget.ContextMenuItem.html" property="yui:name" title="YAHOO.widget.ContextMenuItem">YAHOO.widget.ContextMenuItem</a>
</span>
</dd>
</dl>
<div class="summary description" property="yui:description">
Creates an item for a menu.
</div>
<div class="section constructor details" rel="yui:constructor" resource="#constructor">
<h3 id="constructor">Constructor</h3>
<div class="content">
<div class="detail">
<strong property="yui:name">YAHOO.widget.MenuItem</strong>
<code>
(
p_oObject
,
p_oConfig
)
</code>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oObject</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String specifying the text of the menu item.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oObject</span>
&lt;<span property="yui:type"><a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-
one-html.html#ID-74680021">HTMLLIElement</a></span>&gt;
</code>
<span property="yui:description"> Object specifying
the <code>&#60;li&#62;</code> element of the menu item.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oObject</span>
&lt;<span property="yui:type"><a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-
one-html.html#ID-38450247">HTMLOptGroupElement</a></span>&gt;
</code>
<span property="yui:description"> Object
specifying the <code>&#60;optgroup&#62;</code> element of the menu item.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oObject</span>
&lt;<span property="yui:type"><a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-
one-html.html#ID-70901257">HTMLOptionElement</a></span>&gt;
</code>
<span property="yui:description"> Object
specifying the <code>&#60;option&#62;</code> element of the menu item.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oConfig</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Optional. Object literal specifying the
configuration for the menu item. See configuration class documentation
for more details.</span>
</dd>
</dl>
</div>
</div>
</div>
</div>
<div rel="yui:properties" resource="#properties">
<div class="section field details">
<h3 id="properties">Properties</h3>
<div class="content">
<div class="private" rel="yui:property" resource="#property__oAnchor">
<h4><a name="property__oAnchor" property="yui:name">_oAnchor</a>
- <code>private <span property="yui:type"><a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-
one-html.html#ID-48250443">HTMLAnchorElement</a></span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object reference to the menu item's
<code>&#60;a&#62;</code> element.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__oHelpTextEM">
<h4><a name="property__oHelpTextEM" property="yui:name">_oHelpTextEM</a>
- <code>private <span property="yui:type"><a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-
one-html.html#ID-58190037">HTMLElement</a></span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object reference to the menu item's help text
<code>&#60;em&#62;</code> element.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__oOnclickAttributeValue">
<h4><a name="property__oOnclickAttributeValue" property="yui:name">_oOnclickAttributeValue</a>
- <code>private <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object reference to the menu item's current value for the
"onclick" configuration attribute.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__oSubmenu">
<h4><a name="property__oSubmenu" property="yui:name">_oSubmenu</a>
- <code>private <span property="yui:type">YAHOO.widget.Menu</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object reference to the menu item's submenu.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__sClassName">
<h4><a name="property__sClassName" property="yui:name">_sClassName</a>
- <code>private <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The current value of the "classname" configuration attribute.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:property" resource="#property_browser">
<h4><a name="property_browser" property="yui:name">browser</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
String representing the browser.
</div>
</div>
<div class="deprecated" property="yui:deprecated">
<strong>Deprecated:</strong> Use YAHOO.env.ua
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_constructor">
<h4><a name="property_constructor" property="yui:name">constructor</a>
- <code><span property="yui:type">YAHOO.widget.MenuItem</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object reference to the menu item's constructor function.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: YAHOO.widget.MenuItem
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_CSS_CLASS_NAME">
<h4><a name="property_CSS_CLASS_NAME" property="yui:name">CSS_CLASS_NAME</a>
- <code>final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
String representing the CSS class(es) to be applied to the
<code>&#60;li&#62;</code> element of the menu item.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yuimenuitem"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_CSS_LABEL_CLASS_NAME">
<h4><a name="property_CSS_LABEL_CLASS_NAME" property="yui:name">CSS_LABEL_CLASS_NAME</a>
- <code>final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
String representing the CSS class(es) to be applied to the
menu item's <code>&#60;a&#62;</code> element.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yuimenuitemlabel"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_element">
<h4><a name="property_element" property="yui:name">element</a>
- <code><span property="yui:type"><a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-
one-html.html#ID-74680021">HTMLLIElement</a></span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object reference to the menu item's
<code>&#60;li&#62;</code> element.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: <a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level
-one-html.html#ID-74680021">HTMLLIElement</a>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_groupIndex">
<h4><a name="property_groupIndex" property="yui:name">groupIndex</a>
- <code><span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Number indicating the index of the group to which the menu
item belongs.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_id">
<h4><a name="property_id" property="yui:name">id</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Id of the menu item's root <code>&#60;li&#62;</code>
element. This property should be set via the constructor using the
configuration object literal. If an id is not specified, then one will
be created using the "generateId" method of the Dom utility.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_index">
<h4><a name="property_index" property="yui:name">index</a>
- <code><span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Number indicating the ordinal position of the menu item in
its group.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_parent">
<h4><a name="property_parent" property="yui:name">parent</a>
- <code><span property="yui:type">YAHOO.widget.Menu</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object reference to the menu item's parent menu.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_srcElement">
<h4><a name="property_srcElement" property="yui:name">srcElement</a>
- <code><span property="yui:type"><a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-
one-html.html#ID-74680021">HTMLLIElement</a>|<a href="http://www.w3.
org/TR/2000/WD-DOM-Level-1-20000929/level-one-html.html#ID-38450247">
HTMLOptGroupElement</a>|<a href="http://www.w3.org/TR/2000/WD-DOM-
Level-1-20000929/level-one-html.html#ID-70901257">HTMLOptionElement</a></span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object reference to the HTML element (either
<code>&#60;li&#62;</code>, <code>&#60;optgroup&#62;</code> or
<code>&#60;option&#62;</code>) used create the menu item.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: <a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/
level-one-html.html#ID-74680021">HTMLLIElement</a>|<a href="http://www.
w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-html.html#ID-38450247"
>HTMLOptGroupElement</a>|<a href="http://www.w3.org/TR/2000/WD-DOM-
Level-1-20000929/level-one-html.html#ID-70901257">HTMLOptionElement</a>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_SUBMENU_TYPE">
<h4><a name="property_SUBMENU_TYPE" property="yui:name">SUBMENU_TYPE</a>
- <code>final <span property="yui:type">YAHOO.widget.Menu</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object representing the type of menu to instantiate and
add when parsing the child nodes of the menu item's source HTML element.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_value">
<h4><a name="property_value" property="yui:name">value</a>
- <code><span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object reference to the menu item's value.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
</div>
</div>
</div>
<div rel="yui:methods" resource="#methods">
<div class="section method details">
<h3 id="methods">Methods</h3>
<div class="content">
<div class="private" rel="yui:method" resource="#method__createKeyListener">
<h4>
<a name="method__createKeyListener">_createKeyListener</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_createKeyListener</strong>
(
type
,
args
,
keyData
)
</code>
<div class="description" property="yui:description">
"show" event handler for a Menu instance - responsible for
setting up the KeyListener instance for a MenuItem.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">type</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">args</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">keyData</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__createRootNodeStructure">
<h4>
<a name="method__createRootNodeStructure">_createRootNodeStructure</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_createRootNodeStructure</strong>
(
)
</code>
<div class="description" property="yui:description">
Creates the core DOM structure for the menu item.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__dispatchClickEvent">
<h4>
<a name="method__dispatchClickEvent">_dispatchClickEvent</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_dispatchClickEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Dispatches a DOM "click" event to the anchor element of a
MenuItem instance.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initSubTree">
<h4>
<a name="method__initSubTree">_initSubTree</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initSubTree</strong>
(
)
</code>
<div class="description" property="yui:description">
Iterates the source element's childNodes collection and uses
the child nodes to instantiate other menus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onSubmenuBeforeHide">
<h4>
<a name="method__onSubmenuBeforeHide">_onSubmenuBeforeHide</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onSubmenuBeforeHide</strong>
(
p_sType
,
p_aArgs
)
</code>
<div class="description" property="yui:description">
"beforehide" Custom Event handler for a submenu.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_addClassNameForState">
<h4>
<a name="method_addClassNameForState">addClassNameForState</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">addClassNameForState</strong>
(
state
)
</code>
<div class="description" property="yui:description">
Applies a class name to a MenuItem instance's &#60;LI&#62; and &#60;A&#62; elements
that represents a MenuItem's state - "disabled," "checked," etc.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">state</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing a state - "disabled," "checked," etc.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_blur">
<h4>
<a name="method_blur">blur</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">blur</strong>
(
)
</code>
<div class="description" property="yui:description">
Causes the menu item to lose focus and fires the
blur event.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configChecked">
<h4>
<a name="method_configChecked">configChecked</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configChecked</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "checked" configuration property
of the menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configClassName">
<h4>
<a name="method_configClassName">configClassName</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configClassName</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "classname" configuration
property of a menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configDisabled">
<h4>
<a name="method_configDisabled">configDisabled</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configDisabled</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "disabled" configuration property
of the menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configEmphasis">
<h4>
<a name="method_configEmphasis">configEmphasis</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configEmphasis</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "emphasis" configuration property
of the menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configHelpText">
<h4>
<a name="method_configHelpText">configHelpText</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configHelpText</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "helptext" configuration property
of the menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configKeyListener">
<h4>
<a name="method_configKeyListener">configKeyListener</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configKeyListener</strong>
(
p_sType
,
p_aArgs
)
</code>
<div class="description" property="yui:description">
Event handler for when the "keylistener" configuration
property of a menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configOnClick">
<h4>
<a name="method_configOnClick">configOnClick</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configOnClick</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "onclick" configuration property
of the menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configSelected">
<h4>
<a name="method_configSelected">configSelected</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configSelected</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "selected" configuration property
of the menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configStrongEmphasis">
<h4>
<a name="method_configStrongEmphasis">configStrongEmphasis</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configStrongEmphasis</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "strongemphasis" configuration
property of the menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configSubmenu">
<h4>
<a name="method_configSubmenu">configSubmenu</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configSubmenu</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "submenu" configuration property
of the menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configTarget">
<h4>
<a name="method_configTarget">configTarget</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configTarget</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "target" configuration property
of the menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configText">
<h4>
<a name="method_configText">configText</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configText</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "text" configuration property of
the menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configURL">
<h4>
<a name="method_configURL">configURL</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configURL</strong>
(
p_sType
,
p_aArgs
,
p_oItem
)
</code>
<div class="description" property="yui:description">
Event handler for when the "url" configuration property of
the menu item changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_sType</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the name of the event that
was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_aArgs</span>
&lt;<span property="yui:type">Array</span>&gt;
</code>
<span property="yui:description"> Array of arguments sent when the event was fired.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oItem</span>
&lt;<span property="yui:type">YAHOO.widget.MenuItem</span>&gt;
</code>
<span property="yui:description"> Object representing the menu item
that fired the event.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_destroy">
<h4>
<a name="method_destroy">destroy</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">destroy</strong>
(
)
</code>
<div class="description" property="yui:description">
Removes the menu item's <code>&#60;li&#62;</code> element
from its parent <code>&#60;ul&#62;</code> element.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_focus">
<h4>
<a name="method_focus">focus</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">focus</strong>
(
)
</code>
<div class="description" property="yui:description">
Causes the menu item to receive the focus and fires the
focus event.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_getClassNameForState">
<h4>
<a name="method_getClassNameForState">getClassNameForState</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">getClassNameForState</strong>
(
prefix
,
state
)
</code>
<div class="description" property="yui:description">
Returns a class name for the specified prefix and state. If the class name does not
yet exist, it is created and stored in the CLASS_NAMES object to increase performance.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">prefix</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing the prefix for the class name</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">state</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing a state - "disabled," "checked," etc.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getNextEnabledSibling">
<h4>
<a name="method_getNextEnabledSibling">getNextEnabledSibling</a></h4>
<div class="detail" >
<code>
<strong property="yui:name">getNextEnabledSibling</strong>
(
)
</code>
<div class="description" property="yui:description">
Finds the menu item's next enabled sibling.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
</code></dt>
<dd property="yui:returnInfo">YAHOO.widget.MenuItem</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getNextSibling">
<h4>
<a name="method_getNextSibling">getNextSibling</a></h4>
<div class="detail" >
<code>
<strong property="yui:name">getNextSibling</strong>
(
)
</code>
<div class="description" property="yui:description">
Finds the menu item's next sibling.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
</code></dt>
<dd property="yui:returnInfo">YAHOO.widget.MenuItem</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getPreviousEnabledSibling">
<h4>
<a name="method_getPreviousEnabledSibling">getPreviousEnabledSibling</a></h4>
<div class="detail" >
<code>
YAHOO.widget.MenuItem
<strong property="yui:name">getPreviousEnabledSibling</strong>
(
)
</code>
<div class="description" property="yui:description">
Finds the menu item's previous enabled sibling.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getPreviousSibling">
<h4>
<a name="method_getPreviousSibling">getPreviousSibling</a></h4>
<div class="detail" >
<code>
YAHOO.widget.MenuItem
<strong property="yui:name">getPreviousSibling</strong>
(
)
</code>
<div class="description" property="yui:description">
Finds the menu item's previous sibling.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_hasFocus">
<h4>
<a name="method_hasFocus">hasFocus</a></h4>
<div class="detail" >
<code>
Boolean
<strong property="yui:name">hasFocus</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns a boolean indicating whether or not the menu item
has focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_init">
<h4>
<a name="method_init">init</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">init</strong>
(
p_oObject
,
p_oConfig
)
</code>
<div class="description" property="yui:description">
The MenuItem 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.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oObject</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String specifying the text of the menu item.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oObject</span>
&lt;<span property="yui:type"><a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-
one-html.html#ID-74680021">HTMLLIElement</a></span>&gt;
</code>
<span property="yui:description"> Object specifying
the <code>&#60;li&#62;</code> element of the menu item.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oObject</span>
&lt;<span property="yui:type"><a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-
one-html.html#ID-38450247">HTMLOptGroupElement</a></span>&gt;
</code>
<span property="yui:description"> Object
specifying the <code>&#60;optgroup&#62;</code> element of the menu item.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oObject</span>
&lt;<span property="yui:type"><a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-
one-html.html#ID-70901257">HTMLOptionElement</a></span>&gt;
</code>
<span property="yui:description"> Object
specifying the <code>&#60;option&#62;</code> element of the menu item.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">p_oConfig</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Optional. Object literal specifying the
configuration for the menu item. See configuration class documentation
for more details.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_initDefaultConfig">
<h4>
<a name="method_initDefaultConfig">initDefaultConfig</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">initDefaultConfig</strong>
(
)
</code>
<div class="description" property="yui:description">
Initializes an item's configurable properties.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_removeClassNameForState">
<h4>
<a name="method_removeClassNameForState">removeClassNameForState</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">removeClassNameForState</strong>
(
state
)
</code>
<div class="description" property="yui:description">
Removes a class name from a MenuItem instance's &#60;LI&#62; and &#60;A&#62; elements
that represents a MenuItem's state - "disabled," "checked," etc.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">state</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> String representing a state - "disabled," "checked," etc.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_toString">
<h4>
<a name="method_toString">toString</a></h4>
<div class="detail" >
<code>
String
<strong property="yui:name">toString</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns a string representing the menu item.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
</div>
</div>
</div>
<div rel="yui:events" resource="#events">
<div class="section method details">
<h3 id="events">Events</h3>
<div class="content">
<div class="" rel="yui:event" resource="#event_blurEvent">
<h4>
<a name="event_blurEvent">blurEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">blurEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fires when the menu item loses the input focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_clickEvent">
<h4>
<a name="event_clickEvent">clickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">clickEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fires when the user clicks the on the menu item. Passes
back the DOM Event object as an argument.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_destroyEvent">
<h4>
<a name="event_destroyEvent">destroyEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">destroyEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fires when the menu item's <code>&#60;li&#62;</code>
element is removed from its parent <code>&#60;ul&#62;</code> element.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_focusEvent">
<h4>
<a name="event_focusEvent">focusEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">focusEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fires when the menu item receives focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_keyDownEvent">
<h4>
<a name="event_keyDownEvent">keyDownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">keyDownEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fires when the user presses a key when the menu item has
focus. Passes back the DOM Event object as an argument.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_keyPressEvent">
<h4>
<a name="event_keyPressEvent">keyPressEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">keyPressEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fires when the user presses an alphanumeric key when the
menu item has focus. Passes back the DOM Event object as an argument.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_keyUpEvent">
<h4>
<a name="event_keyUpEvent">keyUpEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">keyUpEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fires when the user releases a key when the menu item has
focus. Passes back the DOM Event object as an argument.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_mouseDownEvent">
<h4>
<a name="event_mouseDownEvent">mouseDownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">mouseDownEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fires when the user mouses down on the menu item. Passes
back the DOM Event object as an argument.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_mouseOutEvent">
<h4>
<a name="event_mouseOutEvent">mouseOutEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">mouseOutEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fires when the mouse has left the menu item. Passes back
the DOM Event object as an argument.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_mouseOverEvent">
<h4>
<a name="event_mouseOverEvent">mouseOverEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">mouseOverEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fires when the mouse has entered the menu item. Passes
back the DOM Event object as an argument.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_mouseUpEvent">
<h4>
<a name="event_mouseUpEvent">mouseUpEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">mouseUpEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fires when the user releases a mouse button while the mouse
is over the menu item. Passes back the DOM Event object as an argument.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
</div>
</div>
</div>
<div rel="yui:attributes" resource="#configattributes">
<div class="section field details">
<h3 id="configattributes">Configuration Attributes</h3>
<div class="content">
<div class="" rel="yui:attribute" resource="#config_checked">
<h4><a name="config_checked">checked</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Boolean indicating if the menu item should be rendered
with a checkmark.
</div>
</div>
<div class="default">
Default Value: false
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_classname">
<h4><a name="config_classname">classname</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
CSS class to be applied to the menu item's root
<code>&#60;li&#62;</code> element. The specified class(es) are
appended in addition to the default class as specified by the menu
item's CSS_CLASS_NAME constant.
</div>
</div>
<div class="default">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_disabled">
<h4><a name="config_disabled">disabled</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Boolean indicating if the menu item should be disabled.
(Disabled menu items are dimmed and will not respond to user input
or fire events.)
</div>
</div>
<div class="default">
Default Value: false
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:attribute" resource="#config_emphasis">
<h4><a name="config_emphasis">emphasis</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Boolean indicating if the text of the menu item will be
rendered with emphasis.
</div>
</div>
<div class="deprecated">
<strong>Deprecated</strong> Use the "text" configuration property to add emphasis.
For example: <code>oMenuItem.cfg.setProperty("text", "&#60;em&#62;Some
Text&#60;/em&#62;");</code>
</div>
<div class="default">
Default Value: false
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:attribute" resource="#config_helptext">
<h4><a name="config_helptext">helptext</a>
<code>- <span property="yui:type">String|<a href="http://www.w3.org/TR/
2000/WD-DOM-Level-1-20000929/level-one-html.html#ID-58190037">
HTMLElement</a></span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
String specifying additional instructional text to
accompany the text for the menu item.
</div>
</div>
<div class="deprecated">
<strong>Deprecated</strong> Use "text" configuration property to add help text markup.
For example: <code>oMenuItem.cfg.setProperty("text", "Copy &#60;em
class=\"helptext\"&#62;Ctrl + C&#60;/em&#62;");</code>
</div>
<div class="default">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_keylistener">
<h4><a name="config_keylistener">keylistener</a>
<code>- <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object literal representing the key(s) that can be used
to trigger the MenuItem's "click" event. Possible attributes are
shift (boolean), alt (boolean), ctrl (boolean) and keys (either an int
or an array of ints representing keycodes).
</div>
</div>
<div class="default">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_onclick">
<h4><a name="config_onclick">onclick</a>
<code>- <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object literal representing the code to be executed when
the item is clicked. Format:<br> <code> {<br>
<strong>fn:</strong> Function, &#47;&#47; The handler to call when
the event fires.<br> <strong>obj:</strong> Object, &#47;&#47; An
object to pass back to the handler.<br> <strong>scope:</strong>
Object &#47;&#47; The object to use for the scope of the handler.
<br> } </code>
</div>
</div>
<div class="default">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_selected">
<h4><a name="config_selected">selected</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Boolean indicating if the menu item should
be highlighted.
</div>
</div>
<div class="default">
Default Value: false
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:attribute" resource="#config_strongemphasis">
<h4><a name="config_strongemphasis">strongemphasis</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Boolean indicating if the text of the menu item will be
rendered with strong emphasis.
</div>
</div>
<div class="deprecated">
<strong>Deprecated</strong> Use the "text" configuration property to add strong emphasis.
For example: <code>oMenuItem.cfg.setProperty("text", "&#60;strong&#62;
Some Text&#60;/strong&#62;");</code>
</div>
<div class="default">
Default Value: false
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_submenu">
<h4><a name="config_submenu">submenu</a>
<code>- <span property="yui:type">Menu|String|Object|<a href="http://www.w3.org/TR/2000/
WD-DOM-Level-1-20000929/level-one-html.html#ID-58190037">
HTMLElement</a></span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object specifying the submenu to be appended to the
menu item. The value can be one of the following: <ul><li>Object
specifying a Menu instance.</li><li>Object literal specifying the
menu to be created. Format: <code>{ id: [menu id], itemdata:
[<a href="YAHOO.widget.Menu.html#itemData">array of values for
items</a>] }</code>.</li><li>String specifying the id attribute
of the <code>&#60;div&#62;</code> element of the menu.</li><li>
Object specifying the <code>&#60;div&#62;</code> element of the
menu.</li></ul>
</div>
</div>
<div class="default">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_target">
<h4><a name="config_target">target</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
String specifying the value for the "target" attribute
of the menu item's anchor element. <strong>Specifying a target will
require the user to click directly on the menu item's anchor node in
order to cause the browser to navigate to the specified URL.</strong>
When building a menu from existing HTML the value of this property
will be interpreted from the menu's markup.
</div>
</div>
<div class="default">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_text">
<h4><a name="config_text">text</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
String specifying the text label for the menu item.
When building a menu from existing HTML the value of this property
will be interpreted from the menu's markup.
</div>
</div>
<div class="default">
Default Value: ""
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_url">
<h4><a name="config_url">url</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
String specifying the URL for the menu item's anchor's
"href" attribute. When building a menu from existing HTML the value
of this property will be interpreted from the menu's markup.
</div>
</div>
<div class="default">
Default Value: "#"
</div>
<hr />
</div>
</div>
</div>
</div>
</div>
</div>
<div class="yui-b">
<div class="nav">
<div id="moduleList" class="module">
<h4>Modules</h4>
<ul class="content">
<li class=""><a href="module_animation.html" title="animation">animation</a></li>
<li class=""><a href="module_autocomplete.html" title="autocomplete">autocomplete</a></li>
<li class=""><a href="module_button.html" title="button">button</a></li>
<li class=""><a href="module_calendar.html" title="calendar">calendar</a></li>
<li class=""><a href="module_carousel.html" title="carousel">carousel</a></li>
<li class=""><a href="module_charts.html" title="charts">charts</a></li>
<li class=""><a href="module_colorpicker.html" title="colorpicker">colorpicker</a></li>
<li class=""><a href="module_connection.html" title="connection">connection</a></li>
<li class=""><a href="module_container.html" title="container">container</a></li>
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
<li class=""><a href="module_datatable.html" title="datatable">datatable</a></li>
<li class=""><a href="module_datemath.html" title="datemath">datemath</a></li>
<li class=""><a href="module_dom.html" title="dom">dom</a></li>
<li class=""><a href="module_dragdrop.html" title="dragdrop">dragdrop</a></li>
<li class=""><a href="module_editor.html" title="editor">editor</a></li>
<li class=""><a href="module_element.html" title="element">element</a></li>
<li class=""><a href="module_element-delegate.html" title="element-delegate">element-delegate</a></li>
<li class=""><a href="module_event.html" title="event">event</a></li>
<li class=""><a href="module_event-delegate.html" title="event-delegate">event-delegate</a></li>
<li class=""><a href="module_event-mouseenter.html" title="event-mouseenter">event-mouseenter</a></li>
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
<li class=""><a href="module_get.html" title="get">get</a></li>
<li class=""><a href="module_history.html" title="history">history</a></li>
<li class=""><a href="module_imagecropper.html" title="imagecropper">imagecropper</a></li>
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
<li class=""><a href="module_json.html" title="json">json</a></li>
<li class=""><a href="module_layout.html" title="layout">layout</a></li>
<li class=""><a href="module_logger.html" title="logger">logger</a></li>
<li class="selected"><a href="module_menu.html" title="menu">menu</a></li>
<li class=""><a href="module_paginator.html" title="paginator">paginator</a></li>
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
<li class=""><a href="module_profilerviewer.html" title="profilerviewer">profilerviewer</a></li>
<li class=""><a href="module_progressbar.html" title="progressbar">progressbar</a></li>
<li class=""><a href="module_resize.html" title="resize">resize</a></li>
<li class=""><a href="module_selector.html" title="selector">selector</a></li>
<li class=""><a href="module_slider.html" title="slider">slider</a></li>
<li class=""><a href="module_storage.html" title="Storage">Storage</a></li>
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
<li class=""><a href="module_swf.html" title="swf">swf</a></li>
<li class=""><a href="module_swfdetect.html" title="swfdetect">swfdetect</a></li>
<li class=""><a href="module_swfstore.html" title="swfstore">swfstore</a></li>
<li class=""><a href="module_tabview.html" title="tabview">tabview</a></li>
<li class=""><a href="module_treeview.html" title="treeview">treeview</a></li>
<li class=""><a href="module_uploader.html" title="uploader">uploader</a></li>
<li class=""><a href="module_yahoo.html" title="yahoo">yahoo</a></li>
<li class=""><a href="module_yuiloader.html" title="yuiloader">yuiloader</a></li>
<li class=""><a href="module_yuitest.html" title="yuitest">yuitest</a></li>
</ul>
</div>
<div id="classList" class="module">
<h4>Classes</h4>
<ul class="content">
<li class=""><a href="YAHOO.widget.ContextMenu.html" title="YAHOO.widget.ContextMenu">YAHOO.widget.ContextMenu</a></li>
<li class=""><a href="YAHOO.widget.ContextMenuItem.html" title="YAHOO.widget.ContextMenuItem">YAHOO.widget.ContextMenuItem</a></li>
<li class=""><a href="YAHOO.widget.Menu.html" title="YAHOO.widget.Menu">YAHOO.widget.Menu</a></li>
<li class=""><a href="YAHOO.widget.MenuBar.html" title="YAHOO.widget.MenuBar">YAHOO.widget.MenuBar</a></li>
<li class=""><a href="YAHOO.widget.MenuBarItem.html" title="YAHOO.widget.MenuBarItem">YAHOO.widget.MenuBarItem</a></li>
<li class="selected"><a href="YAHOO.widget.MenuItem.html" title="YAHOO.widget.MenuItem">YAHOO.widget.MenuItem</a></li>
<li class=""><a href="YAHOO.widget.MenuManager.html" title="YAHOO.widget.MenuManager">YAHOO.widget.MenuManager</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="contextmenu.js.html" title="contextmenu.js">contextmenu.js</a></li>
<li class=""><a href="contextmenuitem.js.html" title="contextmenuitem.js">contextmenuitem.js</a></li>
<li class=""><a href="menu.js.html" title="menu.js">menu.js</a></li>
<li class=""><a href="menuariaplugin.js.html" title="menuariaplugin.js">menuariaplugin.js</a></li>
<li class=""><a href="menubar.js.html" title="menubar.js">menubar.js</a></li>
<li class=""><a href="menubaritem.js.html" title="menubaritem.js">menubaritem.js</a></li>
<li class=""><a href="menuitem.js.html" title="menuitem.js">menuitem.js</a></li>
<li class=""><a href="menumanager.js.html" title="menumanager.js">menumanager.js</a></li>
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class="private"><a href="#property__oAnchor" title="_oAnchor">_oAnchor</a></li>
<li class="private"><a href="#property__oHelpTextEM" title="_oHelpTextEM">_oHelpTextEM</a></li>
<li class="private"><a href="#property__oOnclickAttributeValue" title="_oOnclickAttributeValue">_oOnclickAttributeValue</a></li>
<li class="private"><a href="#property__oSubmenu" title="_oSubmenu">_oSubmenu</a></li>
<li class="private"><a href="#property__sClassName" title="_sClassName">_sClassName</a></li>
<li class=" deprecated"><a href="#property_browser" title="browser">browser</a></li>
<li class=""><a href="#property_constructor" title="constructor">constructor</a></li>
<li class=""><a href="#property_CSS_CLASS_NAME" title="CSS_CLASS_NAME">CSS_CLASS_NAME</a></li>
<li class=""><a href="#property_CSS_LABEL_CLASS_NAME" title="CSS_LABEL_CLASS_NAME">CSS_LABEL_CLASS_NAME</a></li>
<li class=""><a href="#property_element" title="element">element</a></li>
<li class=""><a href="#property_groupIndex" title="groupIndex">groupIndex</a></li>
<li class=""><a href="#property_id" title="id">id</a></li>
<li class=""><a href="#property_index" title="index">index</a></li>
<li class=""><a href="#property_parent" title="parent">parent</a></li>
<li class=""><a href="#property_srcElement" title="srcElement">srcElement</a></li>
<li class=""><a href="#property_SUBMENU_TYPE" title="SUBMENU_TYPE">SUBMENU_TYPE</a></li>
<li class=""><a href="#property_value" title="value">value</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class="private"><a href="#method__createKeyListener" title="_createKeyListener">_createKeyListener</a></li>
<li class="private"><a href="#method__createRootNodeStructure" title="_createRootNodeStructure">_createRootNodeStructure</a></li>
<li class="private"><a href="#method__dispatchClickEvent" title="_dispatchClickEvent">_dispatchClickEvent</a></li>
<li class="private"><a href="#method__initSubTree" title="_initSubTree">_initSubTree</a></li>
<li class="private"><a href="#method__onSubmenuBeforeHide" title="_onSubmenuBeforeHide">_onSubmenuBeforeHide</a></li>
<li class="private"><a href="#method_addClassNameForState" title="addClassNameForState">addClassNameForState</a></li>
<li class=""><a href="#method_blur" title="blur">blur</a></li>
<li class=""><a href="#method_configChecked" title="configChecked">configChecked</a></li>
<li class=""><a href="#method_configClassName" title="configClassName">configClassName</a></li>
<li class=""><a href="#method_configDisabled" title="configDisabled">configDisabled</a></li>
<li class=""><a href="#method_configEmphasis" title="configEmphasis">configEmphasis</a></li>
<li class=""><a href="#method_configHelpText" title="configHelpText">configHelpText</a></li>
<li class=""><a href="#method_configKeyListener" title="configKeyListener">configKeyListener</a></li>
<li class=""><a href="#method_configOnClick" title="configOnClick">configOnClick</a></li>
<li class=""><a href="#method_configSelected" title="configSelected">configSelected</a></li>
<li class=""><a href="#method_configStrongEmphasis" title="configStrongEmphasis">configStrongEmphasis</a></li>
<li class=""><a href="#method_configSubmenu" title="configSubmenu">configSubmenu</a></li>
<li class=""><a href="#method_configTarget" title="configTarget">configTarget</a></li>
<li class=""><a href="#method_configText" title="configText">configText</a></li>
<li class=""><a href="#method_configURL" title="configURL">configURL</a></li>
<li class=""><a href="#method_destroy" title="destroy">destroy</a></li>
<li class=""><a href="#method_focus" title="focus">focus</a></li>
<li class="private"><a href="#method_getClassNameForState" title="getClassNameForState">getClassNameForState</a></li>
<li class=""><a href="#method_getNextEnabledSibling" title="getNextEnabledSibling">getNextEnabledSibling</a></li>
<li class=""><a href="#method_getNextSibling" title="getNextSibling">getNextSibling</a></li>
<li class=""><a href="#method_getPreviousEnabledSibling" title="getPreviousEnabledSibling">getPreviousEnabledSibling</a></li>
<li class=""><a href="#method_getPreviousSibling" title="getPreviousSibling">getPreviousSibling</a></li>
<li class=""><a href="#method_hasFocus" title="hasFocus">hasFocus</a></li>
<li class=""><a href="#method_init" title="init">init</a></li>
<li class=""><a href="#method_initDefaultConfig" title="initDefaultConfig">initDefaultConfig</a></li>
<li class="private"><a href="#method_removeClassNameForState" title="removeClassNameForState">removeClassNameForState</a></li>
<li class=""><a href="#method_toString" title="toString">toString</a></li>
</ul>
</div>
<div id="eventsList" class="module">
<h4>Events</h4>
<ul class="content">
<li class=""><a href="#event_blurEvent" title="blurEvent">blurEvent</a></li>
<li class=""><a href="#event_clickEvent" title="clickEvent">clickEvent</a></li>
<li class=""><a href="#event_destroyEvent" title="destroyEvent">destroyEvent</a></li>
<li class=""><a href="#event_focusEvent" title="focusEvent">focusEvent</a></li>
<li class=""><a href="#event_keyDownEvent" title="keyDownEvent">keyDownEvent</a></li>
<li class=""><a href="#event_keyPressEvent" title="keyPressEvent">keyPressEvent</a></li>
<li class=""><a href="#event_keyUpEvent" title="keyUpEvent">keyUpEvent</a></li>
<li class=""><a href="#event_mouseDownEvent" title="mouseDownEvent">mouseDownEvent</a></li>
<li class=""><a href="#event_mouseOutEvent" title="mouseOutEvent">mouseOutEvent</a></li>
<li class=""><a href="#event_mouseOverEvent" title="mouseOverEvent">mouseOverEvent</a></li>
<li class=""><a href="#event_mouseUpEvent" title="mouseUpEvent">mouseUpEvent</a></li>
</ul>
</div>
<div id="configList" class="module">
<h4>Configuration Attributes</h4>
<ul class="content">
<li class=""><a href="#config_checked" title="checked">checked</a></li>
<li class=""><a href="#config_classname" title="classname">classname</a></li>
<li class=""><a href="#config_disabled" title="disabled">disabled</a></li>
<li class=" deprecated"><a href="#config_emphasis" title="emphasis">emphasis</a></li>
<li class=" deprecated"><a href="#config_helptext" title="helptext">helptext</a></li>
<li class=""><a href="#config_keylistener" title="keylistener">keylistener</a></li>
<li class=""><a href="#config_onclick" title="onclick">onclick</a></li>
<li class=""><a href="#config_selected" title="selected">selected</a></li>
<li class=" deprecated"><a href="#config_strongemphasis" title="strongemphasis">strongemphasis</a></li>
<li class=""><a href="#config_submenu" title="submenu">submenu</a></li>
<li class=""><a href="#config_target" title="target">target</a></li>
<li class=""><a href="#config_text" title="text">text</a></li>
<li class=""><a href="#config_url" title="url">url</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="ft">
<hr />
Copyright &copy; 2010 Yahoo! Inc. All rights reserved.
</div>
</div>
<script type="text/javascript">
var ALL_YUI_PROPS = [{"access": "", "host": "YAHOO.widget.Menu", "name": "activeItem", "url": "YAHOO.widget.Menu.html#property_activeItem", "type": "property"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "addClassNameForState", "url": "YAHOO.widget.MenuItem.html#method_addClassNameForState", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "addItem", "url": "YAHOO.widget.Menu.html#method_addItem", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "addItems", "url": "YAHOO.widget.Menu.html#method_addItems", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_addItemToGroup", "url": "YAHOO.widget.Menu.html#method__addItemToGroup", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_aGroupTitleElements", "url": "YAHOO.widget.Menu.html#property__aGroupTitleElements", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_aItemGroups", "url": "YAHOO.widget.Menu.html#property__aItemGroups", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_aListElements", "url": "YAHOO.widget.Menu.html#property__aListElements", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "autosubmenudisplay", "url": "YAHOO.widget.Menu.html#config_autosubmenudisplay", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuBar", "name": "autosubmenudisplay", "url": "YAHOO.widget.MenuBar.html#config_autosubmenudisplay", "type": "config"}, {"access": "private", "host": "YAHOO.widget.ContextMenu", "name": "_bCancelled", "url": "YAHOO.widget.ContextMenu.html#property__bCancelled", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_bHandledMouseOutEvent", "url": "YAHOO.widget.Menu.html#property__bHandledMouseOutEvent", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_bHandledMouseOverEvent", "url": "YAHOO.widget.Menu.html#property__bHandledMouseOverEvent", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "blur", "url": "YAHOO.widget.Menu.html#method_blur", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "blur", "url": "YAHOO.widget.MenuItem.html#method_blur", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "blurEvent", "url": "YAHOO.widget.MenuItem.html#event_blurEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "browser", "url": "YAHOO.widget.MenuItem.html#property_browser", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_bStopMouseEventHandlers", "url": "YAHOO.widget.Menu.html#property__bStopMouseEventHandlers", "type": "property"}, {"access": "", "host": "YAHOO.widget.ContextMenu", "name": "cancel", "url": "YAHOO.widget.ContextMenu.html#method_cancel", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_cancelHideDelay", "url": "YAHOO.widget.Menu.html#method__cancelHideDelay", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_cancelShowDelay", "url": "YAHOO.widget.Menu.html#method__cancelShowDelay", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "checked", "url": "YAHOO.widget.MenuItem.html#config_checked", "type": "config"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "checkPosition", "url": "YAHOO.widget.Menu.html#method_checkPosition", "type": "method"}, {"access": "private", "host": "YAHOO.widget.MenuBar", "name": "checkPosition", "url": "YAHOO.widget.MenuBar.html#method_checkPosition", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "classname", "url": "YAHOO.widget.Menu.html#config_classname", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "classname", "url": "YAHOO.widget.MenuItem.html#config_classname", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "clearActiveItem", "url": "YAHOO.widget.Menu.html#method_clearActiveItem", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "clearContent", "url": "YAHOO.widget.Menu.html#method_clearContent", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_clearSetWidthFlag", "url": "YAHOO.widget.Menu.html#method__clearSetWidthFlag", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "clickEvent", "url": "YAHOO.widget.Menu.html#event_clickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "clickEvent", "url": "YAHOO.widget.MenuItem.html#event_clickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "clicktohide", "url": "YAHOO.widget.Menu.html#config_clicktohide", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configChecked", "url": "YAHOO.widget.MenuItem.html#method_configChecked", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "configClassName", "url": "YAHOO.widget.Menu.html#method_configClassName", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configClassName", "url": "YAHOO.widget.MenuItem.html#method_configClassName", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "configContainer", "url": "YAHOO.widget.Menu.html#method_configContainer", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "configDisabled", "url": "YAHOO.widget.Menu.html#method_configDisabled", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configDisabled", "url": "YAHOO.widget.MenuItem.html#method_configDisabled", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configEmphasis", "url": "YAHOO.widget.MenuItem.html#method_configEmphasis", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configHelpText", "url": "YAHOO.widget.MenuItem.html#method_configHelpText", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "configHideDelay", "url": "YAHOO.widget.Menu.html#method_configHideDelay", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "configIframe", "url": "YAHOO.widget.Menu.html#method_configIframe", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configKeyListener", "url": "YAHOO.widget.MenuItem.html#method_configKeyListener", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "configMaxHeight", "url": "YAHOO.widget.Menu.html#method_configMaxHeight", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configOnClick", "url": "YAHOO.widget.MenuItem.html#method_configOnClick", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "configPosition", "url": "YAHOO.widget.Menu.html#method_configPosition", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configSelected", "url": "YAHOO.widget.MenuItem.html#method_configSelected", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "configShadow", "url": "YAHOO.widget.Menu.html#method_configShadow", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configStrongEmphasis", "url": "YAHOO.widget.MenuItem.html#method_configStrongEmphasis", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configSubmenu", "url": "YAHOO.widget.MenuItem.html#method_configSubmenu", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuBar", "name": "configSubmenuToggle", "url": "YAHOO.widget.MenuBar.html#method_configSubmenuToggle", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configTarget", "url": "YAHOO.widget.MenuItem.html#method_configTarget", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configText", "url": "YAHOO.widget.MenuItem.html#method_configText", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContextMenu", "name": "configTrigger", "url": "YAHOO.widget.ContextMenu.html#method_configTrigger", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_configureSubmenu", "url": "YAHOO.widget.Menu.html#method__configureSubmenu", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "configURL", "url": "YAHOO.widget.MenuItem.html#method_configURL", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "configVisible", "url": "YAHOO.widget.Menu.html#method_configVisible", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "constraintoviewport", "url": "YAHOO.widget.Menu.html#config_constraintoviewport", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "constructor", "url": "YAHOO.widget.MenuItem.html#property_constructor", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "container", "url": "YAHOO.widget.Menu.html#config_container", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "context", "url": "YAHOO.widget.Menu.html#config_context", "type": "config"}, {"access": "", "host": "YAHOO.widget.ContextMenu", "name": "contextEventTarget", "url": "YAHOO.widget.ContextMenu.html#property_contextEventTarget", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_createItemGroup", "url": "YAHOO.widget.Menu.html#method__createItemGroup", "type": "method"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "_createKeyListener", "url": "YAHOO.widget.MenuItem.html#method__createKeyListener", "type": "method"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "_createRootNodeStructure", "url": "YAHOO.widget.MenuItem.html#method__createRootNodeStructure", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "CSS_CLASS_NAME", "url": "YAHOO.widget.Menu.html#property_CSS_CLASS_NAME", "type": "property"}, {"access": "", "host": "YAHOO.widget.MenuBar", "name": "CSS_CLASS_NAME", "url": "YAHOO.widget.MenuBar.html#property_CSS_CLASS_NAME", "type": "property"}, {"access": "", "host": "YAHOO.widget.MenuBarItem", "name": "CSS_CLASS_NAME", "url": "YAHOO.widget.MenuBarItem.html#property_CSS_CLASS_NAME", "type": "property"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "CSS_CLASS_NAME", "url": "YAHOO.widget.MenuItem.html#property_CSS_CLASS_NAME", "type": "property"}, {"access": "", "host": "YAHOO.widget.MenuBarItem", "name": "CSS_LABEL_CLASS_NAME", "url": "YAHOO.widget.MenuBarItem.html#property_CSS_LABEL_CLASS_NAME", "type": "property"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "CSS_LABEL_CLASS_NAME", "url": "YAHOO.widget.MenuItem.html#property_CSS_LABEL_CLASS_NAME", "type": "property"}, {"access": "private", "host": "YAHOO.widget.ContextMenu", "name": "DEFAULT_CONFIG", "url": "YAHOO.widget.ContextMenu.html#property_DEFAULT_CONFIG", "type": "property"}, {"access": "", "host": "YAHOO.widget.ContextMenu", "name": "destroy", "url": "YAHOO.widget.ContextMenu.html#method_destroy", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "destroy", "url": "YAHOO.widget.Menu.html#method_destroy", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "destroy", "url": "YAHOO.widget.MenuItem.html#method_destroy", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "destroyEvent", "url": "YAHOO.widget.MenuItem.html#event_destroyEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "disabled", "url": "YAHOO.widget.Menu.html#config_disabled", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "disabled", "url": "YAHOO.widget.MenuItem.html#config_disabled", "type": "config"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_disableScrollFooter", "url": "YAHOO.widget.Menu.html#method__disableScrollFooter", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_disableScrollHeader", "url": "YAHOO.widget.Menu.html#method__disableScrollHeader", "type": "method"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "_dispatchClickEvent", "url": "YAHOO.widget.MenuItem.html#method__dispatchClickEvent", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "effect", "url": "YAHOO.widget.Menu.html#config_effect", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "element", "url": "YAHOO.widget.MenuItem.html#property_element", "type": "property"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "emphasis", "url": "YAHOO.widget.MenuItem.html#config_emphasis", "type": "config"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_enableScrollFooter", "url": "YAHOO.widget.Menu.html#method__enableScrollFooter", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_enableScrollHeader", "url": "YAHOO.widget.Menu.html#method__enableScrollHeader", "type": "method"}, {"access": "private", "host": "YAHOO.widget.ContextMenu", "name": "EVENT_TYPES", "url": "YAHOO.widget.ContextMenu.html#property_EVENT_TYPES", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_execHideDelay", "url": "YAHOO.widget.Menu.html#method__execHideDelay", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_execSubmenuHideDelay", "url": "YAHOO.widget.Menu.html#method__execSubmenuHideDelay", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "fixedcenter", "url": "YAHOO.widget.Menu.html#config_fixedcenter", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "focus", "url": "YAHOO.widget.Menu.html#method_focus", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "focus", "url": "YAHOO.widget.MenuItem.html#method_focus", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "focusEvent", "url": "YAHOO.widget.MenuItem.html#event_focusEvent", "type": "event"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "getClassNameForState", "url": "YAHOO.widget.MenuItem.html#method_getClassNameForState", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_getFirstEnabledItem", "url": "YAHOO.widget.Menu.html#method__getFirstEnabledItem", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "getItem", "url": "YAHOO.widget.Menu.html#method_getItem", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_getItemGroup", "url": "YAHOO.widget.Menu.html#method__getItemGroup", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "getItemGroups", "url": "YAHOO.widget.Menu.html#method_getItemGroups", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "getItems", "url": "YAHOO.widget.Menu.html#method_getItems", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "getNextEnabledSibling", "url": "YAHOO.widget.MenuItem.html#method_getNextEnabledSibling", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "getNextSibling", "url": "YAHOO.widget.MenuItem.html#method_getNextSibling", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "getPreviousEnabledSibling", "url": "YAHOO.widget.MenuItem.html#method_getPreviousEnabledSibling", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "getPreviousSibling", "url": "YAHOO.widget.MenuItem.html#method_getPreviousSibling", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "getRoot", "url": "YAHOO.widget.Menu.html#method_getRoot", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "getSubmenus", "url": "YAHOO.widget.Menu.html#method_getSubmenus", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "groupIndex", "url": "YAHOO.widget.MenuItem.html#property_groupIndex", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "GROUP_TITLE_TAG_NAME", "url": "YAHOO.widget.Menu.html#property_GROUP_TITLE_TAG_NAME", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "hasFocus", "url": "YAHOO.widget.Menu.html#method_hasFocus", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "hasFocus", "url": "YAHOO.widget.MenuItem.html#method_hasFocus", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "helptext", "url": "YAHOO.widget.MenuItem.html#config_helptext", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "hidedelay", "url": "YAHOO.widget.Menu.html#config_hidedelay", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "id", "url": "YAHOO.widget.MenuItem.html#property_id", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "iframe", "url": "YAHOO.widget.Menu.html#config_iframe", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "index", "url": "YAHOO.widget.MenuItem.html#property_index", "type": "property"}, {"access": "", "host": "YAHOO.widget.ContextMenu", "name": "init", "url": "YAHOO.widget.ContextMenu.html#method_init", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "init", "url": "YAHOO.widget.Menu.html#method_init", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuBar", "name": "init", "url": "YAHOO.widget.MenuBar.html#method_init", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuBarItem", "name": "init", "url": "YAHOO.widget.MenuBarItem.html#method_init", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "init", "url": "YAHOO.widget.MenuItem.html#method_init", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContextMenu", "name": "initDefaultConfig", "url": "YAHOO.widget.ContextMenu.html#method_initDefaultConfig", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "initDefaultConfig", "url": "YAHOO.widget.Menu.html#method_initDefaultConfig", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuBar", "name": "initDefaultConfig", "url": "YAHOO.widget.MenuBar.html#method_initDefaultConfig", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "initDefaultConfig", "url": "YAHOO.widget.MenuItem.html#method_initDefaultConfig", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContextMenu", "name": "initEvents", "url": "YAHOO.widget.ContextMenu.html#method_initEvents", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "initEvents", "url": "YAHOO.widget.Menu.html#method_initEvents", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_initSubTree", "url": "YAHOO.widget.Menu.html#method__initSubTree", "type": "method"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "_initSubTree", "url": "YAHOO.widget.MenuItem.html#method__initSubTree", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "insertItem", "url": "YAHOO.widget.Menu.html#method_insertItem", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "itemAddedEvent", "url": "YAHOO.widget.Menu.html#event_itemAddedEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "itemData", "url": "YAHOO.widget.Menu.html#property_itemData", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "itemRemovedEvent", "url": "YAHOO.widget.Menu.html#event_itemRemovedEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "ITEM_TYPE", "url": "YAHOO.widget.Menu.html#property_ITEM_TYPE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "keepopen", "url": "YAHOO.widget.Menu.html#config_keepopen", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "keyDownEvent", "url": "YAHOO.widget.Menu.html#event_keyDownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "keyDownEvent", "url": "YAHOO.widget.MenuItem.html#event_keyDownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "keylistener", "url": "YAHOO.widget.MenuItem.html#config_keylistener", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "keyPressEvent", "url": "YAHOO.widget.Menu.html#event_keyPressEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "keyPressEvent", "url": "YAHOO.widget.MenuItem.html#event_keyPressEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "keyUpEvent", "url": "YAHOO.widget.Menu.html#event_keyUpEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "keyUpEvent", "url": "YAHOO.widget.MenuItem.html#event_keyUpEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "lazyLoad", "url": "YAHOO.widget.Menu.html#property_lazyLoad", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "maxheight", "url": "YAHOO.widget.Menu.html#config_maxheight", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "minscrollheight", "url": "YAHOO.widget.Menu.html#config_minscrollheight", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "mouseDownEvent", "url": "YAHOO.widget.Menu.html#event_mouseDownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "mouseDownEvent", "url": "YAHOO.widget.MenuItem.html#event_mouseDownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "mouseOutEvent", "url": "YAHOO.widget.Menu.html#event_mouseOutEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "mouseOutEvent", "url": "YAHOO.widget.MenuItem.html#event_mouseOutEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "mouseOverEvent", "url": "YAHOO.widget.Menu.html#event_mouseOverEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "mouseOverEvent", "url": "YAHOO.widget.MenuItem.html#event_mouseOverEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "mouseUpEvent", "url": "YAHOO.widget.Menu.html#event_mouseUpEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "mouseUpEvent", "url": "YAHOO.widget.MenuItem.html#event_mouseUpEvent", "type": "event"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_nCurrentMouseX", "url": "YAHOO.widget.Menu.html#property__nCurrentMouseX", "type": "property"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "_oAnchor", "url": "YAHOO.widget.MenuItem.html#property__oAnchor", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "OFF_SCREEN_POSITION", "url": "YAHOO.widget.Menu.html#property_OFF_SCREEN_POSITION", "type": "property"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "_oHelpTextEM", "url": "YAHOO.widget.MenuItem.html#property__oHelpTextEM", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onBeforeHide", "url": "YAHOO.widget.Menu.html#method__onBeforeHide", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onBeforeRender", "url": "YAHOO.widget.Menu.html#method__onBeforeRender", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onBeforeShow", "url": "YAHOO.widget.Menu.html#method__onBeforeShow", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_onBlur", "url": "YAHOO.widget.Menu.html#method__onBlur", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_onClick", "url": "YAHOO.widget.Menu.html#method__onClick", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.MenuBar", "name": "_onClick", "url": "YAHOO.widget.MenuBar.html#method__onClick", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "onclick", "url": "YAHOO.widget.MenuItem.html#config_onclick", "type": "config"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onHide", "url": "YAHOO.widget.Menu.html#method__onHide", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onInit", "url": "YAHOO.widget.Menu.html#method__onInit", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onItemAdded", "url": "YAHOO.widget.Menu.html#method__onItemAdded", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_onKeyDown", "url": "YAHOO.widget.Menu.html#method__onKeyDown", "type": "method"}, {"access": "private", "host": "YAHOO.widget.MenuBar", "name": "_onKeyDown", "url": "YAHOO.widget.MenuBar.html#method__onKeyDown", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_onKeyPress", "url": "YAHOO.widget.Menu.html#method__onKeyPress", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onMenuItemConfigChange", "url": "YAHOO.widget.Menu.html#method__onMenuItemConfigChange", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onMenuItemDestroy", "url": "YAHOO.widget.Menu.html#method__onMenuItemDestroy", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_onMouseMove", "url": "YAHOO.widget.Menu.html#method__onMouseMove", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_onMouseOut", "url": "YAHOO.widget.Menu.html#method__onMouseOut", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_onMouseOver", "url": "YAHOO.widget.Menu.html#method__onMouseOver", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onParentMenuConfigChange", "url": "YAHOO.widget.Menu.html#method__onParentMenuConfigChange", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onParentMenuRender", "url": "YAHOO.widget.Menu.html#method__onParentMenuRender", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onRender", "url": "YAHOO.widget.Menu.html#method__onRender", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_onScrollTargetMouseOut", "url": "YAHOO.widget.Menu.html#method__onScrollTargetMouseOut", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_onScrollTargetMouseOver", "url": "YAHOO.widget.Menu.html#method__onScrollTargetMouseOver", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onShow", "url": "YAHOO.widget.Menu.html#method__onShow", "type": "method"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "_onSubmenuBeforeHide", "url": "YAHOO.widget.MenuItem.html#method__onSubmenuBeforeHide", "type": "method"}, {"access": "private", "host": "YAHOO.widget.ContextMenu", "name": "_onTriggerClick", "url": "YAHOO.widget.ContextMenu.html#method__onTriggerClick", "type": "method"}, {"access": "private", "host": "YAHOO.widget.ContextMenu", "name": "_onTriggerContextMenu", "url": "YAHOO.widget.ContextMenu.html#method__onTriggerContextMenu", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_onVisibleChange", "url": "YAHOO.widget.Menu.html#method__onVisibleChange", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Menu", "name": "_onYChange", "url": "YAHOO.widget.Menu.html#method__onYChange", "type": "method"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "_oOnclickAttributeValue", "url": "YAHOO.widget.MenuItem.html#property__oOnclickAttributeValue", "type": "property"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "_oSubmenu", "url": "YAHOO.widget.MenuItem.html#property__oSubmenu", "type": "property"}, {"access": "private", "host": "YAHOO.widget.ContextMenu", "name": "_oTrigger", "url": "YAHOO.widget.ContextMenu.html#property__oTrigger", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "parent", "url": "YAHOO.widget.Menu.html#property_parent", "type": "property"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "parent", "url": "YAHOO.widget.MenuItem.html#property_parent", "type": "property"}, {"access": "private", "host": "YAHOO.widget.ContextMenu", "name": "position", "url": "YAHOO.widget.ContextMenu.html#method_position", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "position", "url": "YAHOO.widget.Menu.html#config_position", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuBar", "name": "position", "url": "YAHOO.widget.MenuBar.html#config_position", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "positionOffScreen", "url": "YAHOO.widget.Menu.html#method_positionOffScreen", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "preventcontextoverlap", "url": "YAHOO.widget.Menu.html#config_preventcontextoverlap", "type": "config"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "removeClassNameForState", "url": "YAHOO.widget.MenuItem.html#method_removeClassNameForState", "type": "method"}, {"access": "private", "host": "YAHOO.widget.ContextMenu", "name": "_removeEventHandlers", "url": "YAHOO.widget.ContextMenu.html#method__removeEventHandlers", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "removeItem", "url": "YAHOO.widget.Menu.html#method_removeItem", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_removeItemFromGroupByIndex", "url": "YAHOO.widget.Menu.html#method__removeItemFromGroupByIndex", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_removeItemFromGroupByValue", "url": "YAHOO.widget.Menu.html#method__removeItemFromGroupByValue", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_sClassName", "url": "YAHOO.widget.Menu.html#property__sClassName", "type": "property"}, {"access": "private", "host": "YAHOO.widget.MenuItem", "name": "_sClassName", "url": "YAHOO.widget.MenuItem.html#property__sClassName", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "scrollincrement", "url": "YAHOO.widget.Menu.html#config_scrollincrement", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "selected", "url": "YAHOO.widget.MenuItem.html#config_selected", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "setInitialFocus", "url": "YAHOO.widget.Menu.html#method_setInitialFocus", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "setInitialSelection", "url": "YAHOO.widget.Menu.html#method_setInitialSelection", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "setItemGroupTitle", "url": "YAHOO.widget.Menu.html#method_setItemGroupTitle", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_setMaxHeight", "url": "YAHOO.widget.Menu.html#method__setMaxHeight", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_setScrollHeight", "url": "YAHOO.widget.Menu.html#method__setScrollHeight", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "shadow", "url": "YAHOO.widget.Menu.html#config_shadow", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "showdelay", "url": "YAHOO.widget.Menu.html#config_showdelay", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "srcElement", "url": "YAHOO.widget.Menu.html#property_srcElement", "type": "property"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "srcElement", "url": "YAHOO.widget.MenuItem.html#property_srcElement", "type": "property"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "strongemphasis", "url": "YAHOO.widget.MenuItem.html#config_strongemphasis", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "submenu", "url": "YAHOO.widget.MenuItem.html#config_submenu", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "submenualignment", "url": "YAHOO.widget.Menu.html#config_submenualignment", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuBar", "name": "submenualignment", "url": "YAHOO.widget.MenuBar.html#config_submenualignment", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "submenuhidedelay", "url": "YAHOO.widget.Menu.html#config_submenuhidedelay", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuBar", "name": "submenutoggleregion", "url": "YAHOO.widget.MenuBar.html#config_submenutoggleregion", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuBar", "name": "SUBMENU_TOGGLE_REGION_WIDTH", "url": "YAHOO.widget.MenuBar.html#property_SUBMENU_TOGGLE_REGION_WIDTH", "type": "property"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "SUBMENU_TYPE", "url": "YAHOO.widget.MenuItem.html#property_SUBMENU_TYPE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "subscribe", "url": "YAHOO.widget.Menu.html#method_subscribe", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_subscribeToItemEvents", "url": "YAHOO.widget.Menu.html#method__subscribeToItemEvents", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "target", "url": "YAHOO.widget.MenuItem.html#config_target", "type": "config"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "text", "url": "YAHOO.widget.MenuItem.html#config_text", "type": "config"}, {"access": "", "host": "YAHOO.widget.ContextMenu", "name": "toString", "url": "YAHOO.widget.ContextMenu.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "toString", "url": "YAHOO.widget.Menu.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuBar", "name": "toString", "url": "YAHOO.widget.MenuBar.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuBarItem", "name": "toString", "url": "YAHOO.widget.MenuBarItem.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "toString", "url": "YAHOO.widget.MenuItem.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContextMenu", "name": "trigger", "url": "YAHOO.widget.ContextMenu.html#config_trigger", "type": "config"}, {"access": "", "host": "YAHOO.widget.ContextMenu", "name": "triggerContextMenuEvent", "url": "YAHOO.widget.ContextMenu.html#event_triggerContextMenuEvent", "type": "event"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_updateItemProperties", "url": "YAHOO.widget.Menu.html#method__updateItemProperties", "type": "method"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "url", "url": "YAHOO.widget.MenuItem.html#config_url", "type": "config"}, {"access": "private", "host": "YAHOO.widget.Menu", "name": "_useHideDelay", "url": "YAHOO.widget.Menu.html#property__useHideDelay", "type": "property"}, {"access": "", "host": "YAHOO.widget.MenuItem", "name": "value", "url": "YAHOO.widget.MenuItem.html#property_value", "type": "property"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "visible", "url": "YAHOO.widget.Menu.html#config_visible", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "x", "url": "YAHOO.widget.Menu.html#config_x", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "xy", "url": "YAHOO.widget.Menu.html#config_xy", "type": "config"}, {"access": "", "host": "YAHOO.widget.Menu", "name": "y", "url": "YAHOO.widget.Menu.html#config_y", "type": "config"}];
</script>
</body>
</html>