如何将双引号 (") 更改为 "在 TinyMce 编辑器中?

发布于 2024-12-05 02:01:45 字数 187 浏览 1 评论 0 原文

我正在使用 TinyMce 编辑器,每当我使用双引号时,我都会遇到问题,它会破坏我的代码,因为在 TinyMce 的 HTML 源代码中,它显示“在源代码中应显示 &quot 的位置,这意味着它没有转换”到 " 就像 & 到 &amp 一样

我想知道,当我单击 HTML 源链接时如何将 " 转换为 &quot。

I am using TinyMce Editor , I am having an issue whenever i am using double quotes it breaks my code because In the HTML source of TinyMce it shows " where it should show the " in the source , that means it is not converting " to " like it does for & to &

I would like to know , how to covert the " to " when i am clicking on the HTML source link.

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

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

发布评论

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

评论(1

何止钟意 2024-12-12 02:01:45

TinyMCE 喜欢清洁和清洁为您格式化内容。您所描述的行为可能是 TinyMCE 的“entity_encoding”或“cleanup”选项的结果。

http://www.tinymce.com/wiki.php/Configuration:entity_encoding

http://www.tinymce.com/wiki.php/Configuration:cleanup

我打赌你想将“entity_encoding”属性更改为“named”或“raw”,具体取决于关于你想要实现的目标。

TinyMCE likes to clean & format things for you. The behavior you are describing could be the result of TinyMCE's "entity_encoding" or "cleanup" options.

http://www.tinymce.com/wiki.php/Configuration:entity_encoding

http://www.tinymce.com/wiki.php/Configuration:cleanup

My bet would be that you want to change the "entity_encoding" property to "named" or "raw" depending on what you are trying to accomplish.

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