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

custom_undo_redo

This option is a true/false option that enables you to disable/enable the custom undo/redo logic within TinyMCE. This option is enabled by default, if you disable it some operations may not be undo able.

Example of usage of the custom_undo_redo option:

tinyMCE.init({
    ...
    custom_undo_redo : 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.