The configuration information contained within this element contains the various settings to use for the menu bar within Ephox EditLive! for XML.
Items will appear in the menu bar of EditLive! for XML, from left to right, in the order that they appear in the EditLive! for XML configuration document.
The configuration information within this element includes settings for each menu (eg. View, Edit).
<menuBar>
<editLive>
...
<menuBar>
<!--menu bar configuration settings-->
</menuBar>
...
</editLive>This attribute is a boolean which indicates if the Ephox logo branding and associated About menu item should be placed on the menu bar. When set to false the Ephox logo is removed from the menu.
Default Value: true
This element contains the settings for a specific menu (eg. View, Edit).
The following example demonstrates how to remove the Ephox logo from the menu bar.
<editLive>
...
<menuBar showAboutMenu="false">
...
</menuBar>
...
</editLive> Copyright 2001-2004 Ephox Corporation. All Rights Reserved.