This element will cause a particular group of buttons to be present on the toolbar within Ephox EditLive! for XML. The buttons added by this element can only be added and removed from the toolbar as a group.
The operation of these buttons within EditLive! for XML will be mutually exclusive. For example, the alignment buttons are a button group as Align Left cannot be activated at the same time as Align Right.
<toolbarButtonGroup>
<editLive>
...
<toolbars>
<toolbar>
<toolbarButtonGroup ... />
</toolbar>
</toolbars>
...
</editLive>This attribute gives the name for the button group. The Menu Item and Toolbar Button Groups section of the Customizing the EditLive! for XML Interface guide contains a list of available groups and the associated name attribute.
The following example demonstrates how to add the alignment buttons to the Format Toolbar.
<editLive>
...
<toolbars>
<toolbar name="format">
<toolbarButtonGroup name="Align" />
</toolbar>
</toolbars>
...
</editLive> Copyright 2001-2004 Ephox Corporation. All Rights Reserved.