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

Configuration Element Tree Structure

<editLive>
<toolbars>

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

Optional Attributes

display

This attribute defines where the toolbars are placed in relation to the text area. This attribute has two possible values:

  • docked - The toolbars appear above and seperate to the text area

  • floating - The toolbars appear floating to the top of the text area. This is usually used creating a minimal editing UI with In Place Editing

Default value: docked

Child Elements

<toolbar>

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

Remarks

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