This element specifies the properties for a developer defined custom toolbar combo box for use within Ephox EditLive! for Java.
<editLiveForJava>
<toolbars>
<commandToolbar>
OR <formatToolbar>
<customToolbarComboBox>
<editLiveForJava> ... <toolbars> <formatToolbar> OR <commandToolbar>* <customToolbarComboBox> <!--custom toolbar combo box settings--> </customToolbarComboBox> </formatToolbar> OR </commandToolbar>* </toolbars> ... </editLiveForJava> |
*Note: The <customToolbarComboBox> element can exist within either the <formatToolbar> element or the <commandToolbar> element. Closing tags should be matched to opening tags (ie. <formatToolbar> ... </formatToolbar>).
Element | Description |
<customComboBoxItem> | This element defines an item which is to be used within a custom combo box. |
Attribute | Description |
name | The name which uniquely defines this custom toolbar combo box. |
The following example demonstrates how to define a custom toolbar combo box for use within EditLive! for Java on the Command Toolbar.
<editLiveForJava>
...
<toolbars>
<commandToolbar>
<customToolbarComboBox
name="CustomCombo">
<!--customToolbarComboBox settings-->
</customToolbarComboBox>
</commandToolbar>
</toolbars>
...
</editLiveForJava>
The <customToolbarComboBox> element can appear multiple times within the <commandToolbar> or <formatToolbar> elements.
Copyright © 2001-2004 Ephox Corporation. All Rights Reserved.