This element will cause a particular button to be present on the toolbar within Ephox EditLive! for XML.
<toolbarButton>
<editLive>
...
<toolbars>
<toolbar>
<toolbarButton ... />
</toolbar>
</toolbars>
...
</editLive>This attribute gives the name for the button. A list of possible toolbar button items and their associated name attributes can be found in the Menu and Toolbar Button Items section of the Customizing the EditLive! for XML Interface section of this SDK.
There are also XML specific items available to be used with EditLive! for XML. The list of these can be found in the EditLive! for XML Specific Menu and Toolbar Button Items section of the SDK.
The following example demonstrates how to add the Cut, Copy and Paste buttons to the Command Toolbar.
<editLive>
...
<toolbars>
<toolbar name="command">
<toolbarButton name="Cut"/>
<toolbarButton name="Copy"/>
<toolbarButton name="Paste"/>
</toolbar>
</toolbars>
...
</editLive> Copyright 2001-2004 Ephox Corporation. All Rights Reserved.