Context Menu Items Available for TinyMCE
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 |
Adds the Image… item for opening the Insert/Edit Image dialog. |
|
editimage |
Adds the Edit image item for opening the Edit Image dialog. |
|
link |
Adds the Link… item for opening the Insert/Edit Link dialog. |
|
linkchecker |
Adds the Ignore item on links marked as broken, allowing the user to instruct linkchecker to ignore the link. |
|
lists |
Adds the List properties… item for opening the List Properties dialog. |
|
configurepermanentpen |
Adds the Permanent pen properties… item for opening the Permanent Pen Properties dialog when the permanent pen is in use. |
|
spellchecker |
Adds a list suggested corrections, an Ignore item, and an Ignore all item. |
|
table |
Adds table related context menu items, including Enhanced Tables context menu items (if the Enhanced 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.