gpt4 book ai didi

ckeditor - 如何在 ckeditor 中插入整个 html 页面( 标签)?

转载 作者:行者123 更新时间:2023-12-02 22:38:44 27 4
gpt4 key购买 nike

我正在尝试将完整的 html 页面添加到 ckeditor 中,以便通过 js 进行一些编辑。

具体来说,我执行命令

oEditor.insertHtml("<html><head><title>Hello</title></head><body><div>hello</div></body></html>");

但我得到的结果如下:

<p>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
</p>
<p>
<title></title>
</p>
<div>
hello</div>

我使用的模式是:

config.fullPage = true

我也尝试过使用 fullPage = false,但没有成功。

有没有办法向ckeditor插入一个完整的html页面?

提前致谢!

最佳答案

insert* 方法将数据附加到编辑器内容中,但是如果你想替换整个内容,那么你必须使用 setData .

关于ckeditor - 如何在 ckeditor 中插入整个 html 页面(<html> 标签)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11048658/

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