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

custom_undo_redo_levels

This option should contain the number of undo levels to keep in memory. By default is set to use an unlimited number of undo levels. But this steals lots of memory so for low end systems a value of 10 may be better.

Example of usage of the custom_undo_redo_levels option:

tinyMCE.init({
    ...
    custom_undo_redo_levels : 10
});

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.