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

editor_css

This option enables you to specify the CSS file to be used for the editor toolbars/user interface of TinyMCE. By default, this option is set to a CSS file found in the currently used theme. This CSS contains layout information about panels and buttons used by TinyMCE.

Example of usage of the editor_css option:

tinyMCE.init({
    ...
    editor_css : "/myeditor.css"
});

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.