plugin.NodeMenuNav Class
The NodeMenuNav class is a plugin for a Node instance. The class is used via
the plug
method of Node and
should not be instantiated directly.
Item Index
Methods
Properties
Methods
Properties
SHIM_TEMPLATE
String
String representing the HTML used to create the
<iframe>
shim used to prevent
<select>
elements from poking through menus in IE 6.
Default: "<iframe frameborder="0" tabindex="-1" class="yui-shim" title="Menu Stacking Shim" src="javascript:false;"></iframe>"
SHIM_TEMPLATE_TITLE
String
String representing the value for the title
attribute for the shim used to prevent <select>
elements
from poking through menus in IE 6.
Default: "Menu Stacking Shim"
Attributes
mouseOutHideDelay
Number
readonly
Number indicating the time (in milliseconds) that should expire before a submenu is hidden when the user mouses out of it.
Default: 750
Fires event mouseOutHideDelayChange
Fires when the value for the configuration attribute mouseOutHideDelay
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
Parameters:
-
e
EventFacadeAn Event Facade object with the following attribute-specific properties added:
useARIA
Boolean
readonly
Boolean indicating if use of the WAI-ARIA Roles and States should be enabled for the menu.
Default: true
Fires event useARIAChange
Fires when the value for the configuration attribute useARIA
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
Parameters:
-
e
EventFacadeAn Event Facade object with the following attribute-specific properties added: