How can I use CKEditor, starting with HTML mode in stead of TEXT mode?

给你一囗甜甜゛ 提交于 2019-12-10 10:46:18

问题


How can I use CKEditor, starting with HTML mode in stead of TEXT mode?

I want to use this source in HTML Mode, but normally it inits in TEXT Mode...

Please let me know how to change or make it!!


回答1:


Set the Startup Mode of CKEDITOR to start in Source (HTML) Mode.

CKEDITOR.config.startupMode

Refer this link for more details.



来源:https://stackoverflow.com/questions/8179692/how-can-i-use-ckeditor-starting-with-html-mode-in-stead-of-text-mode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!