EditLive! 9 Documentation : toolbarComboBox

This element will cause a particular combo box to be present on the toolbar within EditLive!.

Configuration Element Tree Structure

<editLive>
<toolbars>
<toolbar>
<toolbarComboBox>

<editLive>
     ...
     <toolbars>
          <toolbar>
               <toolbarComboBox ... >
                    <!--toolbar combo box configuration settings-->
               </toolbarComboBox>
          </toolbar>
     </toolbars>
     ...
</editLive>

Required Attributes

name

This attribute gives the name for the toolbar combobox item. A list of possible item names can be found in the Menu and Toolbar Item List.

Child Elements

<comboBoxItem>

This element contains the information required by EditLive! to configure an item within one of the EditLive! combo boxes.

Example

The following example demonstrates how to add the Style combo box to the Format Toolbar.

<editLive>
    ...
    <toolbars>
        <toolbar name="format">
            <toolbarComboBox name="Style">
                ...
            </toolbarComboBox>
        </toolbar>
    </toolbars>
    ...
</editLive> 

Remarks

The <toolbarComboBox> element can appear multiple times within the <toolbar> element.