EditLive! 9 Documentation : inlineToolbars

This element contains the configuration information for the inline toolbars within Ephox EditLive!.

Configuration Element Tree Structure

<editLive>
<inlineToolbars>

<editLive>
     ...
     <inlineToolbars>
          <!--inlineToolbar configuration settings-->
     </inlineToolbars>
     ...
</editLive>

Optional Attributes

showOnMainToolbar

This boolean attribute defines if the inlineToolbar is docked to the main toolbar or floats above the relevant content. If true the toolbar will appear under the existing toolbars defined in the <toolbars> element.  Docked toolbars will appear only when contextually relevant - i.e. when the cursor is within an image or a table.

Default Value: false

Child Elements

<inlineToolbar>

This element contains the configuration information for a toolbar within EditLive!.

Remarks

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