将输出仅输出到文本区域中的内容

发布于 2024-08-19 09:08:09 字数 47 浏览 8 评论 0原文

我如何获得文本区域中的内容而不是tinymce添加整个html页面包裹我的内容。

how do i get the output to just what's in the textarea instead of tinymce adding a whole html page wrapped aound my content.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风吹过旳痕迹 2024-08-26 09:08:09

插件:“整页”,
theme_advanced_buttons3_add :“fullpage”

从插件设置中删除这些选项

实际上问题应该是相反的

plugins : "fullpage",
theme_advanced_buttons3_add : "fullpage"

remove these options from plugin settings

actually the question should have been the other way around

才能让你更想念 2024-08-26 09:08:09
tinyMCE.get("elm1").getContent();
tinyMCE.get("elm1").getContent();
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文