TinyMCE:默认情况下如何设置编辑器以纯文本模式启动?

时间:2012-12-07 09:24:45

标签: tinymce

到目前为止,当我打开编辑器所在的页面时,它以wysiwyg模式启动。我想改变它,所以在开始时显示纯文本模式。我该怎么做?

谢谢!

1 个答案:

答案 0 :(得分:0)

Remove the editor instance when the page opens so that it opens in plain 
text mode.

You can add it later on.

这是DEMO