Important changes to Tiny Cloud pricing > Find out more
Return to Website

custom_undo_redo_restore_selection

This option gives you the possibility to turn on/off the restoration of the cursor/selection when a undo/redo event occurs. This option is enabled by default.

Example of usage of the custom_undo_redo_restore_selection option:

tinyMCE.init({
    ...
    custom_undo_redo_restore_selection : false
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.