Important changes to Tiny Cloud pricing > Find out more

NOTE: TinyMCE 5 reached End of Support in April 2023. No more bug fixes, security updates, or new features will be introduced to TinyMCE 5. We recommend you upgrade to TinyMCE 6 or consider TinyMCE 5 Long Term Support (LTS) if you need more time.

Context Menu Items Available for TinyMCE

Complete list of available context menu sections.

Contribute to this page

Available context menu sections

The following table shows all context menu sections, including sections provided by plugins. Any menu item can also be added to the context menu. To retrieve a list from the editor, run the following command from the browser console:

tinymce.activeEditor.ui.registry.getAll().contextMenus

The identifier below will add a context menu section containing one or more items. It is not possible to add individual items from the following context menu sections.

identifier Core/Plugin Description
image Image Adds the Image… item for opening the Insert/Edit Image dialog.
imagetools Image Tools Adds the Edit image item for opening the Edit Image dialog.
link Link Adds the Link… item for opening the Insert/Edit Link dialog.
linkchecker Link Checker Adds the Ignore item on links marked as broken, allowing the user to instruct linkchecker to ignore the link.
lists Lists Adds the List properties… item for opening the List Properties dialog.
configurepermanentpen Permanent Pen Adds the Permanent pen properties… item for opening the Permanent Pen Properties dialog when the permanent pen is in use.
spellchecker Spell Checker Adds a list suggested corrections, an Ignore item, and an Ignore all item.
table Table Adds table related context menu items, including Advanced Tables context menu items (if the Advanced Tables plugin is enabled).

For a list of available menu items that can be added to the context menu, see: Menu Items Available for TinyMCE.

For information on customizing the context menu and adding custom context menu sections, see: Context menu.

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.