Submenu

You are viewing an old version (v. 3) of this page.
The latest version is v. 12, last edited on Dec 11, 2014 (view differences | )
<< View previous version | view page history | view next version >>

Overview

The <ace:submenu> tag is used inside menu components for grouping related menu items.

Getting Started

The <ace:submenu> tag is to be nested inside <ace:menu>, <ace:menuBar>, <ace:menuButton> or <ace:contextMenu> tags.

<ace:menu>
	<ace:submenu label="Actions">
		<ace:menuItem value="Action One" />
		<ace:menuItem value="Action Two" />
	</ace:submenu>
</ace:menu>

Attributes

TagLib Documentation
This section covers attributes involved in the typical use-cases for this component. For reference, the complete taglib documentation for this component is available here.

label sets the label of the submenu.

icon sets the CSS class name to display an icon.

<ace:ajax/> support

None.

JavaScript APIs / Client Behaviours

Keyboard and ARIA support

Known Issues

Other Resources

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2017 ICEsoft Technologies Canada Corp.