This element will cause a particular combo box to be present on the toolbar within Ephox EditLive! for Java.
<editLiveForJava>
<toolbars>
<formatToolbar>
OR <commandToolbar>
<toolbarComboBox>
<editLiveForJava> ... <toolbars> <formatToolbar> OR <commandToolbar>* <toolbarComboBox ... > <!--toolbar combo box configuration settings--> </toolbarComboBox> </formatToolbar> OR </commandToolbar>* </toolbars> ... </editLiveForJava> |
*Note: The <toolbarComboBox> element can exist within either the <formatToolbar> element or the <commandToolbar> element. Closing tags should be matched to opening tags (ie. <formatToolbar> ... </formatToolbar>).
Attribute | Description |
name | This attribute gives the name for the button group. It
must be one of the following:
|
Element | Description |
<comboBoxItem> | This element contains the information required by EditLive! for Java to configure an item within one of the EditLive! for Java combo boxes. |
The following example demonstrates how to add the Style combo box to the Format Toolbar.
<editLiveForJava>
...
<toolbars>
<formatToolbar>
<toolbarComboBox
name="tlbStyle">
...
</toolbarComboBox>
</formatToolbar>
</toolbars>
...
</editLiveForJava>
The <toolbarComboBox> element can appear multiple times within the <formatToolbar> or <commandToolbar> elements.
Copyright © 2001-2004 Ephox Corporation. All Rights Reserved.