<menuBar> Configuration Element

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 configuration document.

Note

The configuration information within this element includes settings for each menu (eg. View, Edit).

Configuration Element Tree Structure

<editLive>
     ...
     <menuBar>
          <!--menu bar configuration settings-->
     </menuBar>
     ...
</editLive>

Optional Attributes

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.

Default Value: true

Child Elements

<menu>

This element contains the settings for a specific menu (eg. View, Edit).

Example

The following example demonstrates how to remove the Ephox logo from the menu bar.

<editLive>
  ...
  <menuBar showAboutMenu="false">
    ...
  </menuBar>
  ...
</editLive> 

Remarks

The <menuBar> element can appear only once within the <editLive> element.