boolean |
multiExpand
Menus usually allow only one branch to be open at a time.
|
Class YAHOO.widget.MenuNode
Object | +--YAHOO.widget.Node | +--YAHOO.widget.TextNode | +--YAHOO.widget.MenuNode
class
YAHOO.widget.MenuNode
Field Summary [top]
Fields inherited from class YAHOO.widget.TextNode [top]
Fields inherited from class YAHOO.widget.Node [top]
Constructor Summary [top]
YAHOO.widget.MenuNode
A menu-specific implementation that differs from TextNode in that only
one sibling can be expanded at a time.
Method Summary [top]
Object |
toString
()
toString
|
Methods inherited from class YAHOO.widget.TextNode
Methods inherited from class YAHOO.widget.Node
init, applyParent, appendTo, insertBefore, insertAfter, getSiblings, showChildren, hideChildren, getElId, getChildrenElId, getToggleElId, getEl, getChildrenEl, getToggleEl, getToggleLink, collapse, expand, getStyle, getHoverStyle, expandAll, collapseAll, setDynamicLoad, isRoot, isDynamic, getIconMode, hasChildren, toggle, getHtml, completeRender, loadComplete, getAncestor, getDepthStyle, refresh
Constructor Detail [top]
YAHOO.widget.MenuNode
YAHOO.widget.MenuNode
()
A menu-specific implementation that differs from TextNode in that only
one sibling can be expanded at a time.