问题
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