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.
<editLive>
...
<menuBar>
<menu>
<submenu ... />
</menu>
</menuBar>
...
</editLive>This attribute specifies the name of the submenu. A list of available submenu items and their related name attribute can be found in the Submenu Items section of the Customizing the EditLive! for XML Interface section of this SDK.
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.
<editLive>
...
<menuBar>
<menu name="Format">
<submenu name="FontFace">
...
</submenu>
</menu>
</menuBar>
...
</editLive> Copyright 2001-2004 Ephox Corporation. All Rights Reserved.