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.

Line 1: Line 1:
Once user starts working with text, the '''context menu''' becomes very useful. Context menu is a type of menu which appears when user clicks the right button of mouse anywhere inside the [[CKEditor_3.x/Users_Guide/Interface/Editing Area|Editing Area]] or anywhere on the existing object.
+
The '''context menu''' is very useful tool. It is a menu which appears after User activates the right button of mouse anywhere inside the [[CKEditor_3.x/Users_Guide/Interface/Editing Area|Editing Area]] anywhere on the existing object.  
  
 
Example:
 
Example:
Line 7: Line 7:
 
<br>
 
<br>
  
As the name indicates the menu is '''context sensitive''', which means that the available items depend on the place user clicks. For example, the following options may appear if user clicks inside a table::<br>
+
The menu is '''context sensitive''', which means that available menu depends on where (on which place of the program) user clicks. For example, the following options appear if user clicks inside a table:<br>
  
 
[[Image:CKEditor_contextmenu_table.png]]<br>
 
[[Image:CKEditor_contextmenu_table.png]]<br>
  
It is sufficient to click the menu item once in order to execute its function. Some of the functions may be disabled. For example, the cut and the copy options will be disabled if there is no text highlighted.
+
 
 +
To execute available options the menu item needs to be pressed only once. Please notice that some functions may not be available. For example, the cut and the copy options will not work unless the text is not highlighted.

Revision as of 07:44, 13 September 2010

The context menu is very useful tool. It is a menu which appears after User activates the right button of mouse anywhere inside the Editing Area anywhere on the existing object.

Example:

CKEditor context menu.png


The menu is context sensitive, which means that available menu depends on where (on which place of the program) user clicks. For example, the following options appear if user clicks inside a table:

CKEditor contextmenu table.png


To execute available options the menu item needs to be pressed only once. Please notice that some functions may not be available. For example, the cut and the copy options will not work unless the text is not highlighted.