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.

(Article intro added; final proof-reading)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Undo<br> ==
+
__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.
  
The undo function is very useful in a situation where mistake was made and it needs to be canceled e.g.
+
== Undo ==
You finished writing the text which has been deleted afterwards. <br>
+
The '''Undo''' feature is a quick way to cancel the recently introduced change and restore the document to its previous state.
  
You can activate the undo function in two ways:<br>
+
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.
  
# by pressing the [[Image:CKEditor_undo.png]]button on the toolbar.
+
In order to revert the last action, activate the '''Undo''' command in two ways:
# by pressing the combination of CTRL+Z on the keyboard.
+
# Press the [[Image:CKEditor_undo.png|Undo]] button on the toolbar.
 +
# 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.
  
After you activate the function it will go back to the last change that had been made e.g. : You have written a whole chapter in your text, highlighted it and then deleted it accidently.  In order to restore it you must activate the "Undo" function which will take you back to the moment when the chapter was highlighted but has not been deleted yet. This option allows user/you to go as many steps back as desired
 
 
== 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.
 +
 +
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 ''Ctrl+Y'' combination on your keyboard.
  
If undo function was used and for any reason user/ you wish to go back to the state before the undo, the redo function should be used. In order to activate redo option, [[Image:CKEditor_redo.png]] button on the toolbar needs to be pressed.
+
Just like with undo, many redo levels are supported, so you can usually go forward as many steps as required.

Latest revision as of 11: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 11:56.