This element contains information for a submenu item which may be placed within a menu. The Font, Font Size and Style submenus are an example of this.
<editLiveForJava>
<menuBar>
<menu>
<submenu>
<editLiveForJava> ... <menuBar> <menu> <submenu> <!--submenu configuration settings--> </submenu> </menu> </menuBar> ... </editLiveForJava> |
Attribute | Description |
name | This attribute specifies the name of the submenu. It
must be one of the following:
|
Element | Description |
<menuItem> | This element contains information for an item on the menu (eg. font items or font size items). |
The following example demonstrates how to include the Font submenu in the Format menu.
<editLiveForJava>
...
<menuBar>
<menu name="Format">
<submenu name="mnuFontFace">
...
</submenu>
</menu>
</menuBar>
...
</editLiveForJava>
The <submenu> element can appear multiple times within the <menu> element.
Copyright © 2001-2004 Ephox Corporation. All Rights Reserved.