tinymce 中的 setcontent 不会复制 html 的样式

发布于 2024-12-10 08:45:43 字数 133 浏览 0 评论 0 原文

我无法让tinymce 使用setContent 发送给它的html 样式。例如,当我编辑

Amit

时,tinyMCE 以粗体显示,即使文本不是粗体。

我如何让tinymce使用文本的样式?

I cant get tinymce to use the styling of the html sent to it by setContent. for eaxmple when i edit <h3>Amit</h3>, tinyMCE shows this in bold, even though the text is not in bold.

How do i make tinymce use the styling of the text?

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

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

发布评论

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

评论(2

喵星人汪星人 2024-12-17 08:45:43

如果您的 H3 有特定的 CSS 样式,请确保通过 content_css 配置项。

If you have specific CSS styling for your H3, make sure you are including the css file in the configuration of TinyMCE via the content_css config item.

一生独一 2024-12-17 08:45:43

请验证 h3 是否被定义为您的 tinymce init 中的有效元素!

Please verify if h3 is defined as valid element in your tinymce init!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文