gpt4 book ai didi

javascript - 如何在新行而不是主行中呈现 CKEditor5 工具栏按钮?

转载 作者:行者123 更新时间:2023-12-04 09:53:26 25 4
gpt4 key购买 nike

CKEditor 5

我从源代码将 CKEditor5 集成到我创建的 React 应用程序中。现在,我想在工具栏的新行中呈现溢出的按钮,但它们显示在单独的菜单项中。

如何在新行而不是主行中显示按钮?

这是我的配置:

ClassicEditor.defaultConfig = {
toolbar: {
items: [
'Essentials',
'heading',
'Mathtype',
'ChemType',
'|',
'bold',
'italic',
'underline',
....
]
}
}

最佳答案

使用 toolbarshouldNotGroupWhenFull: true 属性像这样:

toolbar: {
items: [ ... ],
shouldNotGroupWhenFull: true
}

关于javascript - 如何在新行而不是主行中呈现 CKEditor5 工具栏按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61976625/

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