gpt4 book ai didi

javascript - CKEDITOR 4.0 动态分离工具栏

转载 作者:行者123 更新时间:2023-11-28 09:21:41 25 4
gpt4 key购买 nike

我试图弄清楚如何创建一个 ckeditor 实例,并将工具栏附加到与我正在创建实例的 DIV 不同的 DIV 上。我在配置数组中看到您可以设置 config.sharedSpaces = { top: 'divid' } (至少在旧版本中可以),但我不能在配置页面上执行此操作,它需要在页面上完成我正在创建实例。有谁知道该怎么做吗?

以下是我创建实例的方式:

CKEDITOR.replace( 'editor', {
toolbarGroups: [
{ name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
{ name: 'colors' },
{ name: 'styles'},
{ name: 'paragraph', groups: [ 'list', 'align' ], items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote' ] },
{ items: [ 'Image', 'Table', 'HorizontalRule', 'SpecialChar' ] },
{ name: 'links' },
{ name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] },
{ name: 'tools'}
]
});

是的,我确实知道我可以使用clone(),但我希望有一个更干净的解决方案。

最佳答案

共享空间功能在 CKEditor 4.0 中不可用。它将很快在 CKEditor 4.1 中重新引入。 - 参见the ticket (它已经合并到 major )。

关于javascript - CKEDITOR 4.0 动态分离工具栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14924083/

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