This element places a horizontal separating line between commands within the Ephox EditLive! for XML shortcut menu. This line will appear between the commands defined by the <shrtMenuItem> elements immediately before and after the <shrtMenuSeparator> element.
This element has no attributes or child elements.
OR
<shrtMenuSeparator>
<editLive>
...
<shortcutMenu>
<shrtMenu>
<shrtMenuSeparator/>
</shrtMenu>
</shortcutMenu>
...
</editLive>The following example places a shortcut menu separator between the Paste and the Select All commands in the EditLive! for XML shortcut menu.
<editLive>
...
<shortcutMenu>
<shrtMenu>
<shrtMenuItem name="Cut" />
<shrtMenuItem name="Copy" />
<shrtMenuItem name="Paste" />
<shrtMenuSeparator/>
<shrtMenuItem name="SelectAll" />
</shrtMenu>
</shortcutMenu>
</editLive> Copyright 2001-2004 Ephox Corporation. All Rights Reserved.