A menu separator to divide menu items, such as ui:radioMenuItem, and used in a ui:menuList component.
Attributes
body |
Component[] |
The body of the component. In markup, this is everything in the body of the tag. |
|
class |
String |
A CSS style to be attached to the component. This style is added in addition to base styles output by the component. |
|
Events
dblclick |
COMPONENT |
The event fired when the user double-clicks the component. |
mouseover |
COMPONENT |
The event fired when the user moves the mouse pointer over the component. |
mouseout |
COMPONENT |
The event fired when the user moves the mouse pointer away from the component. |
mouseup |
COMPONENT |
The event fired when the user releases the mouse button over the component. |
mousemove |
COMPONENT |
The event fired when the user moves the mouse pointer over the component. |
click |
COMPONENT |
The event fired when the user clicks on the component. |
mousedown |
COMPONENT |
The event fired when the user clicks a mouse button over the component. |