This element specifies the properties for a developer defined custom toolbar combo box for use within Tiny EditLive!.
Configuration Element Tree Structure
<editLive>
<toolbars>
<toolbar>
<customToolbarComboBox>
<editLive>
...
<toolbars>
<toolbar>
<customToolbarComboBox>
<!--custom toolbar combo box settings-->
</customToolbarComboBox>
</toolbar>
</toolbars>
...
</editLive>
Required Attributes
name
The name which uniquely defines this custom toolbar combo box.
text
Since EditLive 9.0.2.57
The text to display as a title for the combo box. This text is displayed when the list is collapsed.
Child Elements
This element defines an item which is to be used within a custom combo box.
Example
The following example demonstrates how to define a custom toolbar combo box for use within EditLive! on the Command Toolbar.
<editLive>
...
<toolbars>
<toolbar name="command">
<customToolbarComboBox name="CustomCombo">
<!--customToolbarComboBox settings-->
</customToolbarComboBox>
</toolbar name="command">
</toolbars>
...
</editLive>
Remarks
The <customToolbarComboBox> element can appear multiple times within the <toolbar> element.