<shrtMenu> Element

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

Element Tree Structure

<editLiveForJava>
    <shortcutMenu>
        <shrtMenu>

<editLiveForJava>
     <shortcutMenu>
          <shrtMenu>
               <!--short menu configuration settings-->
          </shrtMenu>
     </shortcutMenu>
</editLiveForJava>

Child Elements

Element Description
<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.  

Remarks

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

See Also