Reference - SS.control.menuitem - MenuItem

The MenuItem control must always be nested inside a menu control.

e.g.
<div ext="menu">
    <div ext="menuitem">Menu Item 1</div>
    <div ext="menuitem">Menu Item 2</div>
    <div ext="menuitem">Menu Item 3</div>
</div>

Attributes:

Functions:

Attributes
css
MenuItem CSS style CSS style class applied to the menuitem
s - {String} - style name
v1.0.0.20080527
[Top]
onclick
On Click Event Called Function String function which is evaluated and then called when an onclick event is triggered but the user clicking upon the menuitem.
f - {String} - Javascript function.
v1.0.0.20080527
[Top]
onmouseover
On Mouse Over Event Called Function String function which is evaluated and then called when an onmouseover event is triggered but the user moving the mouse pointer over a menuitem.
f - {String} - Javascript function.
v1.0.0.20080527
[Top]
target
URL Target Window Sets the window in which the URL will open in if it has been specified.
s - {String} - Window name (Default = "_self")
v1.0.0.20080527
[Top]
url
Redirect URL on click Redirects the current window to the URL specfieid in as this attributes value.
url - {String} - URL Address to redirect to
v1.0.0.20080527
[Top]
Functions
close
Close open sub-menu Closes an open sub-menu within the context of this menuitem.
None
None
v1.0.0.20080527
[Top]