作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在CKEDITOR 5中配置工具栏。我看了一下文档。
https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/integration/configuration.html
然而,与我的问题相关的唯一脚本是:
Array.from( editor.ui.componentFactory.names );
最佳答案
您可以使用 console.log( Array.from( editor.ui.componentFactory.names() ) );
这会给你:["undo", "redo", "bold", "italic", "blockQuote", "ckfinder", "imageTextAlternative", "imageUpload", "heading", "imageStyle:full", "imageStyle:side", "link", "numberedList", "bulletedList", "mediaEmbed", "insertTable", "tableColumn", "tableRow", "mergeTableCells"]
关于ckeditor5 - 如何在 CKEDITOR 5 中获取工具栏可用项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47390766/
我是一名优秀的程序员,十分优秀!