选项:debug
如果选项值被置为 "true" ,会出现一些调试信息。例如:使用的CSS文件列表。选项默认值为:false。
debug 选项的使用示例:
tinyMCE.init({ ...
debug : true
});