This element contains the configuration information for the Command Toolbar for use within Ephox EditLive! for Java.
Items will appear in the Command Toolbar of EditLive! for Java, from left to right, in the order that they appear in the EditLive! for Java XML configuration document.
<editLiveForJava>
<toolbars>
<commandToolbar>
<editLiveForJava> ... <toolbars> <commandToolbar> <!--command toolbar configuration settings--> </commandToolbar> </toolbars> ... </editLiveForJava> |
Element | Description |
<toolbarButtonGroup> | This element will cause a particular group of buttons to be
present on the toolbar within EditLive! for Java. The operation of
these buttons within EditLive! for Java will be mutually exclusive.
The buttons added by this element can only be added and removed from the
toolbar as a group.
For example, the alignment buttons are a button group as Align Left cannot be activated at the same time as Align Right. |
<toolbarSeparator> | This element will cause the appearance of a vertical separating line between toolbar elements. |
<toolbarButton> | This element will cause a particular button to be present on the toolbar within EditLive! for Java. |
<toolbarComboBox> | This element will cause a particular combo box to be present on the toolbar within EditLive! for Java. |
<customToolbarButton> | This element specifies the properties for a developer defined custom toolbar button for use within Ephox EditLive! for Java. |
<customToolbarComboBox> | This element specifies the properties for a developer defined custom toolbar combo box for use within Ephox EditLive! for Java. |
The <commandToolbar> element can appear only once within the <toolbars> element.
Copyright © 2001-2004 Ephox Corporation. All Rights Reserved.