Context Menu

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

The Context Menu is a pop-up menu that appears whenever you click inside the Editing Area with the right mouse button (or use the menu key on your keyboard). It serves as a shortcut for most common operations available for a given type of object.

The image below presents the context menu for a link embedded in the document:

CKEditor's context menu for links
CKEditor's context menu for links


The menu is context-sensitive which means that the options displayed in the open menu depend on the object that you click.

If, for example, you press the right mouse button while inside a table, you will see some table-specific options available in its context menu:

CKEditor's context menu for tables
CKEditor's context menu for tables


To perform an operation listed in the context menu, select it with the left mouse button or the Tab key on your keyboard. If an option is grayed out, like the Cut and Copy operations above, it is unavailable unless some pre-conditions are met (eg. an element is selected).

Important notice: In some environments and browsers clicking the right mouse button results in the browser context menu covering CKEditor context menu. If this is the case, press the Esc key once to close the browser context menu and to reveal the CKEditor menu hidden below.