Since 3.1
The menu separator simply inserts a horizontal line in a menu that divides menu items.
See the ICEfaces Showcase Live Demo of this component, complete with source code.
The menu separator doesn't have any attributes.
<ace:dataExporter type="csv" target="myTable" fileName="tableData"/>
<ace:contextMenu ...>
<ace:menuItem value="Copy" icon="ui-icon ui-icon-disk" action="#{contextMenuComponent.performAction}">
<f:param name="actionType" value="Text Copy" />
</ace:menuItem>
<ace:menuSeparator />
<ace:menuItem value="Translate" icon="ui-icon ui-icon-arrowrefresh-1-w" action="#{contextMenuComponent.performAction}">
<f:param name="actionType" value="Text Translation" />
</ace:menuItem>
</ace:contextMenu>
This component has no attributes.
None.
Not applicable.
No.
None.
The following markup represents the basic HTML structure of the component and the CSS classes it uses.
<li class="wijmo-wijmenu-separator ui-state-default ui-corner-all"></li>