8-03 3,095 views
参考地址 :https://ckeditor.com
使用方法:
可以在这个网址,https://ckeditor.com/cke4/builder,自定义你的文本编辑器工具栏。
<textarea name="test" id="test"><p>Initial editor content.</p></textarea>
//js
CKEDITOR.replace( 'test',{
//config
});
8-03 3,095 views
参考地址 :https://ckeditor.com
使用方法:
可以在这个网址,https://ckeditor.com/cke4/builder,自定义你的文本编辑器工具栏。
<textarea name="test" id="test"><p>Initial editor content.</p></textarea>
//js
CKEDITOR.replace( 'test',{
//config
});