Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
按照标题。在 Ckeditor 3 中, editor.addCss() 可以解决问题,但版本 4 没有 this 方法。在完全初始化后,是否有一种简单的方法将自定义 css 设置为编辑器?
谢谢。
从官方 api 文档获得解决方案:
editor.document.getBody().setStyle(key, val)
或者
editor.document.appendStyle()