TinyMCE:Configuration/custom undo redo restore selection
From Moxiecode Documentation Wiki
[edit]
Option: 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.
[edit]
Example of usage of the custom_undo_redo_restore_selection option:
tinyMCE.init({
...
custom_undo_redo_restore_selection : false
});
