gpt4 book ai didi

javascript - CK 编辑器实例已附加到提供的元素

转载 作者:行者123 更新时间:2023-11-28 04:17:05 24 4
gpt4 key购买 nike

我现在正在使用 CK Editor,试图将数据保存到数据库中。然而这个错误出现在控制台中,想确保我没有做错任何事情。

我使用以下 HTML 作为动态 Bootstrap 选项卡系统的一部分,不要认为这会造成干扰。

“未捕获编辑器实例“testEditor”已附加到提供的元素。”

JS:

$(document).ready(function(){
CKEDITOR.disableAutoInline = true;
CKEDITOR.inline("testEditor");
});

HTML:

<div id="testEditor" name="testEditor" class="tab-pane fade" contenteditable="true">
<h3 id="test1">
Test
</h3>
<p style="font-size: 15px;" id="test2">
This is a test. Line 1<br>
Line 2<br>
Line 3
</p>
<h4 style="font-weight: bold;" id="test3">
Test
</h4>
</div>

最佳答案

您应该将CKEDITOR.disableAutoInline = true;放在$(document).ready之前。

关于javascript - CK 编辑器实例已附加到提供的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45740882/

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