The configuration information contained within this element contains the various settings to use for the menu bar within Ephox EditLive! for Java.
Items will appear in the menu bar of EditLive! for Java, from left to right, in the order that they appear in the EditLive! for Java XML configuration document.
Note: The configuration information within this element includes settings for each menu (eg. View, Edit).
<editLiveForJava>
<menuBar>
<editLiveForJava> ... <menuBar ... > <!--menu bar configuration settings--> </menuBar> ... </editLiveForJava> |
Attribute | Description |
showAboutMenu | 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. |
Element | Description |
<menu> | 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.
<editLiveForJava>
...
<menuBar showAboutMenu="false">
...
</menuBar>
...
</editLiveForJava>
The <menuBar> element can appear only once within the <editLiveForJava> element.
Copyright © 2001-2004 Ephox Corporation. All Rights Reserved.