This element allows for the configuration of the shortcut menu within Ephox EditLive!. It is the child element of the <shortcutMenu> element.

Configuration Element Tree Structure

<editLive>
<shortcutMenu>
<shrtMenu>

<editLive>
     ...
     <shortcutMenu>
          <shrtMenu>
               <!--short menu configuration settings-->
          </shrtMenu>
     </shortcutMenu>
</editLive>

Child Elements

<shrtMenuItem>

This element defines command items for the shortcut menu.

<shrtMenuSeparator>

This element will cause the appearance of a horizontal separating line between shortcut menu commands.

<customMenuItem>

This element specifies the properties for a developer-defined custom menu item for use within EditLive!.

Remarks

The <shrtMenu> element can appear only once within the <shortcutMenu> element.