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

theme_advanced_source_editor_wrap

This option enables you to force word wrap for the source editor, this option is set to true by default.

Example of usage of the theme_advanced_source_editor_wrap option:

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