Editing Area"

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.

(Article rewrite, alt attributes added. Maximize option described.)
Line 1: Line 1:
The '''Editing Area''' is the space where user types the text in. It is also used to format the whole document.
+
== What is it? ==
 +
The '''Editing Area''' is the empty space below the editor toolbar where you type your text. All formatting applied using the toolbar buttons as well as all inserted media appear immediately in this area.
  
[[Image:CKEditor_editing_area.png|frame|center|The CKEditor Editing Area]]
+
This is what the editing area looks like after you type some basic text:
 +
[[Image:CKEditor_editing_area.png|frame|center|The CKEditor editing area|alt=The editing area]]
  
  
If the content of the document is longer than the available space a scroll bar will appear. The scrollbar allows going up and down through the entire text. User may also move inside the text with keyboard keys, for example PAGE UP, PAGE DOWN, HOME, END and ARROW KEYS.<br>
+
If the document contents span beyond the limits of the editing area, a standard scrollbar will appear. To view the text that exceeds the size of the editing area you can either scroll it using the scrollbar or maximize the editor in the browser window using the [[Image:CKEditor_maximize.png|alt=Maximize]] button.
  
Other important and useful function that needs to be mentioned in this user guide is the text selection (also called text highlighted). To select the text, User need to press mouse’s left button, hold it and cover the text with the highlight. Text will remain selected even after releasing the button. <br>
+
== Navigating the editing area ==
 +
To make moving around the text easier CKEditor allows you to use the keyboard.
 +
 
 +
''Page Up'' and ''Page Down'' let you jump up and down the text. The ''Home'' and ''End'' keys can be used to go to the beginning and end of line, respectively, or combined with the ''Ctrl'' key - to the beginning and end of the document. You can also move inside the text using the ''Arrow'' keys.
 +
 
 +
== Text selection ==
 +
The text in the editing area can be selected (highlighted) using the mouse or keyboard. In order to select the text click the left mouse button and hold it, dragging it over the desired part of the document. You can also select words by double-clicking them.
 +
 
 +
Using ''Shift+Arrow'' lets you select the text by letters and the ''Ctrl+Shift+Arrow'' &mdash; by words.
 +
 
 +
The ''Shift+Home'' combination selects the text from the cursor to the start of the current line, while the ''Shift+End'' &mdash; from the cursor to the end of the current line.
 +
 
 +
The combination of ''Ctrl+Shift'' and the ''Home'' or ''End'' keys let you select the text from the cursor to the beginning or end of the document, respectively.
 +
 
 +
To quickly select the whole content of the editing area, use the ''Ctrl+A'' keyboard shortcut.

Revision as of 08:51, 21 October 2010

What is it?

The Editing Area is the empty space below the editor toolbar where you type your text. All formatting applied using the toolbar buttons as well as all inserted media appear immediately in this area.

This is what the editing area looks like after you type some basic text:

The editing area
The CKEditor editing area


If the document contents span beyond the limits of the editing area, a standard scrollbar will appear. To view the text that exceeds the size of the editing area you can either scroll it using the scrollbar or maximize the editor in the browser window using the Maximize button.

Navigating the editing area

To make moving around the text easier CKEditor allows you to use the keyboard.

Page Up and Page Down let you jump up and down the text. The Home and End keys can be used to go to the beginning and end of line, respectively, or combined with the Ctrl key - to the beginning and end of the document. You can also move inside the text using the Arrow keys.

Text selection

The text in the editing area can be selected (highlighted) using the mouse or keyboard. In order to select the text click the left mouse button and hold it, dragging it over the desired part of the document. You can also select words by double-clicking them.

Using Shift+Arrow lets you select the text by letters and the Ctrl+Shift+Arrow — by words.

The Shift+Home combination selects the text from the cursor to the start of the current line, while the Shift+End — from the cursor to the end of the current line.

The combination of Ctrl+Shift and the Home or End keys let you select the text from the cursor to the beginning or end of the document, respectively.

To quickly select the whole content of the editing area, use the Ctrl+A keyboard shortcut.