This element will cause the appearance of a vertical separating line between toolbar elements in Ephox EditLive! for XML.
This element has no attributes or child elements.
<toolbarSeparator>
<editLive>
...
<toolbars>
<toolbar>
<toolbarSeparator />
</toolbar>
</toolbars>
...
</editLive>The following example demonstrates how to insert a toolbar separator between the Paste and Find buttons on the Command Toolbar.
<editLive>
...
<toolbars>
<toolbar name="command">
<toolbarButton name="tlbCut"/>
<toolbarButton name="tlbCopy"/>
<toolbarButton name="tlbPaste"/>
<toolbarSeparator/>
<toolbarButton name="tlbFind"/>
</toolbar>
</toolbars>
...
</editLive> Copyright 2001-2004 Ephox Corporation. All Rights Reserved.