<toolbars> Element

This element contains the configuration information for the toolbars within Ephox EditLive! for Java.  This includes the Format and the Command toolbars and the buttons and combo boxes contained within them.

Element Tree Structure

<editLiveForJava>
    <toolbars>

<editLiveForJava>
     ...
     <toolbars>
          <!--toolbars configuration settings-->
     </toolbars>
     ...
</editLiveForJava>

Child Elements

Element Description
<commandToolbar> This element contains the configuration information for the Command Toolbar of EditLive! for Java.
<formatToolbar> This element contains the configuration information for the Format Toolbar of EditLive! for Java.

Remarks

The <toolbars> element can appear only once within the <editLiveForJava> element.

See Also