This element will cause a particular combo box to be present on the toolbar within Ephox EditLive! for XML.
<toolbarComboBox>
<editLive>
...
<toolbars>
<toolbar>
<toolbarComboBox ... >
<!--toolbar combo box configuration settings-->
</toolbarComboBox>
</toolbar>
</toolbars>
...
</editLive>This attribute gives the name for the toolbar combobox item. A list of possible item names can be found in the Toolbar Combobox Items section in the Customizing the EditLive! for XML Interface section of the SDK.
This element contains the information required by EditLive! for Java to configure an item within one of the EditLive! for XML combo boxes.
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> Copyright 2001-2004 Ephox Corporation. All Rights Reserved.