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.

Line 1: Line 1:
 
== Undo<br> ==
 
== Undo<br> ==
  
The undo function is very useful in a situation where mistake was made and it needs to be canceled e.g.
+
CKEditor contains many useful function for example undo and redo function.
You finished writing the text which has been deleted afterwards. <br>
+
"undo" function is useful when user needs to cancel previous changes. <br>
  
You can activate the undo function in two ways:<br>
+
You can activate the "undo" function in two ways:<br>
  
 
# by pressing the [[Image:CKEditor_undo.png]]button on the toolbar.
 
# by pressing the [[Image:CKEditor_undo.png]]button on the toolbar.
 
# by pressing the combination of CTRL+Z on the keyboard.
 
# by pressing the combination of CTRL+Z on the keyboard.
  
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
+
After user activates 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 user may 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 to go as many steps back as desired.
 +
 
 
== Redo ==
 
== Redo ==
  
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.
+
If "undo" function was used and for any reason user wish to go back to the state before the undo, the redo function may be used. In order to activate redo option, [[Image:CKEditor_redo.png]] button on the toolbar.

Revision as of 10:44, 10 September 2010

Undo

CKEditor contains many useful function for example undo and redo function. "undo" function is useful when user needs to cancel previous changes.

You can activate the "undo" function in two ways:

  1. by pressing the CKEditor undo.pngbutton on the toolbar.
  2. by pressing the combination of CTRL+Z on the keyboard.

After user activates 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 user may 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 to go as many steps back as desired.

Redo

If "undo" function was used and for any reason user wish to go back to the state before the undo, the redo function may be used. In order to activate redo option, CKEditor redo.png button on the toolbar.