Documentation Center

disableQuickInsertMenu

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

The Ctrl+Enter keyboard shortcut allows users to open the Quick Insert menu.

When the <disableQuickInsertMenu> element is set to True, Content Editor will not show the quick insert menu on Ctrl+Enter.

<x:config version="1.0" xmlns:x="http://www.xopus.com/xmlns/config">
  <x:miscellaneous>
    <x:disableQuickInsertMenu>true</x:disableQuickInsertMenu>
  </x:miscellaneous>
</x:config>
Values
  • true- Content Editor will not show the quick insert menu.
  • false- Default value. Content Editor will show the quick insert menu.

Namespace

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

Parent element

miscellaneous