官方插件包列表:https://ckeditor.com/cke4/addons/plugins/all 

 

添加插件方法:

1)下载插件包(如果插件包有依赖其他插件,则依赖包也需要下载)

2)解压插件包,插件包目录放置到 ckeditor/plugins 目录里或其他自定义目录(只要能访问得到就好)

3)告诉ckeditor要添加插件

CKEDITOR.plugins.addExternal('html5video', 'xxxx/plugins/html5video/plugin.js', '');

4)配置ckeditor初始化参数:extraPlugins(多个插件用英文逗号隔开)

config.extraPlugins = 'justify,html5video';

5)调用ckeditor,CKEDITOR.replace(.........................

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2021-12-22
  • 2021-09-20
  • 2021-12-20
  • 2021-06-01
猜你喜欢
  • 2022-12-23
  • 2021-05-28
  • 2022-01-22
  • 2021-06-18
  • 2022-02-01
  • 2021-06-18
  • 2021-11-28
相关资源
相似解决方案