CKEditor 从工具栏中删除样式下拉列表
CKEditor remove style dropdown from toolbar
需要一种从 ckEditor 中删除样式下拉列表的方法。
我可以使用 removeButtons
选项从工具栏中删除按钮。但是无法删除 stylesSet 选项。
您需要删除 Styles Combo 插件。输入 config.js :
config.removePlugins = 'stylescombo';
需要一种从 ckEditor 中删除样式下拉列表的方法。
我可以使用 removeButtons
选项从工具栏中删除按钮。但是无法删除 stylesSet 选项。
您需要删除 Styles Combo 插件。输入 config.js :
config.removePlugins = 'stylescombo';