plugins: 'advlist autolink lists link image charmap preview anchor', //插件列表
添加样式
在初始化配置中添加代码,同样看skins...{ //菜单点击时触发,并指定回调函数
let items = [ //定义菜单项的内容
{ type: 'menuitem...function() { editor.execCommand('mceInsertContent', false, ''); } }, //editor.execCommand(内容插入到编辑器...,表示不替换选中内容,内容)
{ type: 'menuitem', text: '标题 2', onAction: function() { editor.execCommand...('mceInsertContent', false, ''); } },
{ type: 'menuitem', text: '标题