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

theme_advanced_source_editor_width

This option is used to define the width of the source editor dialog. This option is set to 500 by default.

Example of usage of the theme_advanced_source_editor_width option:

tinyMCE.init({
    ...
    theme_advanced_source_editor_width : 700
});

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.