Undo and Redo"

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.

m (Images correctly formatted)
(Article intro added; final proof-reading)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
 +
The '''Undo''' and '''Redo''' functions of CKEditor make text editing easier by remembering the actions performed in the editor window and making it possible to revert them as needed.
 +
 
== Undo ==
 
== Undo ==
 
The '''Undo''' feature is a quick way to cancel the recently introduced change and restore the document to its previous state.
 
The '''Undo''' feature is a quick way to cancel the recently introduced change and restore the document to its previous state.
Line 5: Line 7:
 
This is especially useful when the last performed operation was particularly destructive to the document, like in a situation when you select all of its content and accidentally delete it.
 
This is especially useful when the last performed operation was particularly destructive to the document, like in a situation when you select all of its content and accidentally delete it.
  
To revert the last action activate the '''Undo''' command in two ways:
+
In order to revert the last action, activate the '''Undo''' command in two ways:
 
# Press the [[Image:CKEditor_undo.png|Undo]] button on the toolbar.
 
# Press the [[Image:CKEditor_undo.png|Undo]] button on the toolbar.
 
# Press the ''Ctrl+Z'' combination on your keyboard.
 
# Press the ''Ctrl+Z'' combination on your keyboard.
  
Since CKEditor defaults to support 20 undo levels you can usually go back as many steps as required.
+
Since CKEditor by default supports 20 undo levels, you can usually go back as many steps as required.
  
 
== Redo ==
 
== Redo ==
 
The '''Redo''' feature lets you revert the last undo operation. This means that the document returns to the state it was in before you performed the undo.
 
The '''Redo''' feature lets you revert the last undo operation. This means that the document returns to the state it was in before you performed the undo.
  
To revert the last undo operation activate the '''Redo''' command in two ways:
+
In order to revert the last undo operation, activate the '''Redo''' command in two ways:
 
# Press the [[Image:CKEditor_redo.png|Redo]] button on the toolbar.
 
# Press the [[Image:CKEditor_redo.png|Redo]] button on the toolbar.
 
# Press the ''Ctrl+Y'' combination on your keyboard.
 
# Press the ''Ctrl+Y'' combination on your keyboard.
  
 
Just like with undo, many redo levels are supported, so you can usually go forward as many steps as required.
 
Just like with undo, many redo levels are supported, so you can usually go forward as many steps as required.

Latest revision as of 10:56, 13 December 2010

Contents

The Undo and Redo functions of CKEditor make text editing easier by remembering the actions performed in the editor window and making it possible to revert them as needed.

Undo

The Undo feature is a quick way to cancel the recently introduced change and restore the document to its previous state.

This is especially useful when the last performed operation was particularly destructive to the document, like in a situation when you select all of its content and accidentally delete it.

In order to revert the last action, activate the Undo command in two ways:

  1. Press the Undo button on the toolbar.
  2. Press the Ctrl+Z combination on your keyboard.

Since CKEditor by default supports 20 undo levels, you can usually go back as many steps as required.

Redo

The Redo feature lets you revert the last undo operation. This means that the document returns to the state it was in before you performed the undo.

In order to revert the last undo operation, activate the Redo command in two ways:

  1. Press the Redo button on the toolbar.
  2. Press the Ctrl+Y combination on your keyboard.

Just like with undo, many redo levels are supported, so you can usually go forward as many steps as required.

This page was last edited on 13 December 2010, at 10:56.