选项:editor_css

这个选项指定 TinyMCE 编辑器工具条和用户界面所使用的CSS。选项默认为当前使用主题中找到的CSS文件。CSS中包含 TinyMCE 的面板和按钮的布局信息。

editor_css 选项的使用示例:

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