gpt4 book ai didi

ckeditor5 - 如何在 CKEDITOR 5 中获取工具栏可用项目?

转载 作者:行者123 更新时间:2023-12-04 00:34:15 26 4
gpt4 key购买 nike

我想在CKEDITOR 5中配置工具栏。我看了一下文档。

https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/integration/configuration.html

然而,与我的问题相关的唯一脚本是:

Array.from( editor.ui.componentFactory.names );

前端程序员很难理解。我把这个脚本放在哪里?如何输出结果?有详细教程吗?

事实上,如果 CKEDITOR 简单地将可用项目放在文档中,那就太好了。这样可以省去很多麻烦。

谢谢!

最佳答案

您可以使用 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/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com