我可以停止 Sharepoint 的 RichHtmlField 剥离 data-* 属性吗?

发布于 2024-12-22 10:03:01 字数 301 浏览 0 评论 0原文

我有一个页面布局,里面有 PublishingWebControls:RichHtmlField 。在使用中,如果我添加一些带有 data-* 属性的 HTML,例如 Twitter 分享按钮:

<a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>

然后保存更改,data-en 属性就会丢失。

有什么办法可以阻止他们被剥夺吗?

I've got a page layout with a PublishingWebControls:RichHtmlField inside. In use, if I add some HTML with data-* attributes, e.g. a Twitter share button:

<a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>

Then save the changes, the data-en attribute goes missing.

Is there a way I can stop them being stripped?

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

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

发布评论

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

评论(1

ぇ气 2024-12-29 10:03:01

以下帖子的答案对您有帮助吗?它建议使用 SharePoint Designer 来编辑 HTML。

SharePoint 2010 从

中剥离形状和坐标标签

Does the answer in the following post help you? It suggests using SharePoint Designer to edit the HTML.

SharePoint 2010 stripping shape and coords from <area> tags

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