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

popup_css

This option enables you to specify the CSS to be used in all popup/dialog windows within TinyMCE this option is set to a CSS file found in the currently used theme by default.

Example of usage of the popup_css option:

tinyMCE.init({
    ...
    popup_css : "/mypopup.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.