<formatToolbar> Element

This element contains the configuration information for the Format Toolbar for use within Ephox EditLive! for Java.

Items will appear in the Format Toolbar of EditLive! for Java, from left to right, in the order that they appear in the EditLive! for Java XML configuration document.

Element Tree Structure

<editLiveForJava>
    <toolbars>
        <formatToolbar>

<editLiveForJava>
     ...
     <toolbars>
          <formatToolbar>
               <!--format toolbar configuration settings-->
          </formatToolbar>
     </toolbars>
     ...
</editLiveForJava>

Child Elements

Element Description
<toolbarButtonGroup> This element will cause a particular group of buttons to be present on the toolbar within EditLive! for Java.  The operation of these buttons within EditLive! for Java will be mutually exclusive.  The buttons added by this element can only be added and removed from the toolbar as a group.

For example, the alignment buttons are a button group as Align Left cannot be activated at the same time as Align Right.

<toolbarSeparator> This element will cause the appearance of a vertical separating line between toolbar elements.  
<toolbarButton> This element will cause a particular button to be present on the toolbar within EditLive! for Java.
<toolbarComboBox> This element will cause a particular combo box to be present on the toolbar within EditLive! for Java.
<customToolbarButton> This element specifies the properties for a developer defined custom toolbar button for use within Ephox EditLive! for Java.
<customToolbarComboBox>

This element specifies the properties for a developer defined custom toolbar combo box for use within Ephox EditLive! for Java.

Remarks

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

See Also