disableContextMenu
The disableContextMenu element allows you to configure the visibility of a menu.
When the <disableContextMenu> element is set to True, SDL LiveContent Create 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- SDL LiveContent Create will not show its context menu.
false- Default value. SDL LiveContent Create will show its context menu.
Namespace
http://www.xopus.com/xmlns/config
Parent element
miscellaneous
History
| Version | Event |
|---|---|
| SDL LiveContent Create 5.0 | Introduction. |