MenuSeparator

Table of Contents

Overview

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.

Getting Started

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>

Attributes

This component has no attributes.

TagLib Documentation
For reference, the complete taglib documentation for this component is available here.

Client Behavior Events

None.

JavaScript APIs

Not applicable.

Keyboard and ARIA Support

No.

Known Issues

None.

CSS Classes

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>
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2021 ICEsoft Technologies Canada Corp.