TinyMCE:Configuration/popup css

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: 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"
});
Personal tools