Object reference to the menu item's checkmark image.
Default Value: null
Deprecated: Use _oCheckedIndicator.
Object reference to the menu item's
<a>
element.
Default Value: null
Object reference to the menu item's checkmark image.
Object reference to the menu item's help text
<em>
element.
Default Value: null
Object reference to the menu item's current value for the
"onclick" configuration attribute.
Default Value: null
_oSubmenu
- private YAHOO.widget.Menu
Object reference to the menu item's submenu.
Default Value: null
_oText
- private TextNode
Object reference to the menu item's text node.
Default Value: null
The current value of the "classname" configuration attribute.
Default Value: null
String representing the browser.
String representing the alt text for the image to be used
for the checked image.
Default Value: "Checked."
Deprecated: Use CHECKED_TEXT.
String representing the path to the image to be used for
the checked state.
Default Value: "nt/ic/ut/bsc/menuchk8_nrm_1.gif"
Deprecated: All checked indicator images are applied via a CSS
background image. See "checkedindicator" class name in menu.css.
String representing the text to be used for the checked
indicator element (<em>).
Default Value: "Checked."
String representing the alt text for the image to be used
for the submenu arrow indicator.
Default Value: "Collapsed. Click to expand."
Deprecated: Use COLLAPSED_SUBMENU_INDICATOR_TEXT.
String representing the text for the <em>
element used for the submenu arrow indicator.
Default Value: "Submenu collapsed. Click to expand submenu."
constructor
- YAHOO.widget.MenuItem
Object reference to the menu item's constructor function.
Default Value: YAHOO.widget.MenuItem
String representing the CSS class(es) to be applied to the
<li>
element of the menu item.
Default Value: "yuimenuitem"
String representing the alt text for the image to be used
for the checked image when the item is disabled.
Default Value: "Checked. (Item disabled.)"
Deprecated: Use DISABLED_CHECKED_TEXT.
String representing the path to the image to be used for
the disabled checked state.
Default Value: "nt/ic/ut/bsc/menuchk8_dim_1.gif"
Deprecated: All checked indicator images are applied via a CSS
background image.
String representing the text to be used for the checked
indicator element (<em>) when the menu item
is disabled.
Default Value: "Checked. (Item disabled.)"
String representing the alt text for the image to be used
for the submenu arrow indicator when the menu item is disabled.
Default Value: "Disabled."
Deprecated: Use DISABLED_SUBMENU_INDICATOR_TEXT.
String representing the path to the image to be used for the
submenu arrow indicator when the menu item is disabled.
Default Value: "nt/ic/ut/alt1/menuarorght8_dim_1.gif"
Deprecated: All submenu indicator images are applied via a CSS
background image. See "submenuindicator" class name in menu.css.
String representing the text for the submenu arrow indicator
element (<em>) when the menu item is disabled.
Default Value: "Submenu collapsed. (Item disabled.)."
Object reference to the menu item's
<li>
element.
String representing the alt text for the image to be used
for the submenu arrow indicator when the submenu is visible.
Default Value: "Expanded. Click to collapse."
Deprecated: Use EXPANDED_SUBMENU_INDICATOR_TEXT.
String representing the text for the submenu arrow indicator
element (<em>) when the submenu is visible.
Default Value: "Submenu expanded. Click to collapse submenu."
Number indicating the index of the group to which the menu
item belongs.
Default Value: null
id
- String
Id of the menu item's root <li>
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.
Default Value: null
String representing the root path for all of the menu
item's images.
Deprecated: All menu item images are now applied via CSS
background images.
String representing the prefix path to use for
non-secure images.
Default Value: "http://us.i1.yimg.com/us.yimg.com/i/"
Deprecated: All menu item images are now applied via CSS
background images.
String representing the prefix path to use for securely
served images.
Default Value: "https://a248.e.akamai.net/sec.yimg.com/i/"
Deprecated: All menu item images are now applied via CSS
background images.
Number indicating the ordinal position of the menu item in
its group.
Default Value: null
Boolean representing whether or not the current browsing
context is secure (HTTPS).
Deprecated: All menu item images are now applied via CSS
background images.
parent
- YAHOO.widget.Menu
Object reference to the menu item's parent menu.
Default Value: null
String representing the path to the image to be used for
the selected checked state.
Default Value: "nt/ic/ut/bsc/menuchk8_hov_1.gif"
Deprecated: All checked indicator images are applied via a CSS
background image. See "checkedindicator" class name in menu.css.
String representing the path to the image to be used for the
submenu arrow indicator when the menu item is selected.
Default Value: "nt/ic/ut/alt1/menuarorght8_hov_1.gif"
Deprecated: All submenu indicator images are applied via a CSS
background image. See "submenuindicator" class name in menu.css.
Object reference to the HTML element (either
<li>
, <optgroup>
or
<option>
) used create the menu item.
String representing the path to the image to be used for the
menu item's submenu arrow indicator.
Default Value: "nt/ic/ut/alt1/menuarorght8_nrm_1.gif"
Deprecated: All submenu indicator images are applied via a CSS
background image. See "submenuindicator" class name in menu.css.
SUBMENU_TYPE
- final YAHOO.widget.Menu
Object representing the type of menu to instantiate and
add when parsing the child nodes of the menu item's source HTML element.
Object reference to the <em>
element
used to create the submenu indicator for the menu item.
Object reference to the menu item's value.
Default Value: null