CKEditor,为新输入的文本设置默认文本颜色

CKEditor,为新输入的文本设置默认文本颜色,ckeditor,ckeditor4.x,Ckeditor,Ckeditor4.x,我希望使用ckeditor作为注释工具,并且我希望将所有新输入的文本设置为颜色(即,任何新输入的文本都输入为红色) ckeditor.applyStyle(新的ckeditor.style({ 元素:“span”, 样式:{color:'#ff0000'} }));

我希望使用ckeditor作为注释工具,并且我希望将所有新输入的文本设置为颜色(即,任何新输入的文本都输入为红色)

ckeditor.applyStyle(新的ckeditor.style({ 元素:“span”, 样式:{color:'#ff0000'} }));