Documentation Center

disableContextMenu

The disableContextMenu element allows you to configure the visibility of a menu.

When the <disableContextMenu> element is set to True, Content Editor will not show its context menu on right click.

<x:config version="1.0" xmlns:x="http://www.xopus.com/xmlns/config">
  <x:miscellaneous>
    <x:disableContextMenu>true</x:disableContextMenu>
  </x:miscellaneous>
</x:config>

Values

true- Content Editor will not show its context menu.

false- Default value. Content Editor will show its context menu.

Namespace

http://www.xopus.com/xmlns/config

Parent element

miscellaneous