标签: ckeditor
我有一个textarea,表现得像个ckeditor。 在编辑器中有一个按钮,可以将内容视为源/ html。 我在textarea上面有一个输入按钮,可以将textarea内容预览为html 单击我的预览按钮意味着它将触发ckeditor按钮单击。 有人可以帮我吗??
答案 0 :(得分:7)
有史以来最短的答案:
editor.execCommand( 'source' );