Navigation: Create Ebooks And Publications > Designing User Interface > All UI Components >

Context Menu

 

 

 

 

The "context menu" component controls the menu that pops up when clicking with the right-hand mouse button. It gives end users of your ebook access to the most-used commands.

 

  You can add your own menu items to the context menu thanks to the menu editor (click Edit).

 

List of properties

 

DisableContextMenu: set it to True to remove the context menu.

DisableOpenLinkNewWindow: lets you disable the display of the "Open Link In New Window" menu item when users right-click on links in your webpages.

EnableShowSourceCode: may be useful for debugging purposes. The "Show Source Code" menu item will be displayed if this option is true, and this menu item lets you inspect the full source code of the currently displayed HTML page directly in the "Developer Tools".

 

Notes

 

To disable the context menu, you can also use Security Profiles instead of the property above. Moreover, specific commands (like copy to clipboard) can be disabled with Security Profiles too.