在发布页面中呈现为 HTML 的富图像字段 - SharePoint

发布于 2024-09-25 17:40:11 字数 163 浏览 3 评论 0原文

我在页面布局中使用了 SharePoint 的 Rich Image Field。当我进入发布页面的编辑模式并在图像字段中添加图像时,图像渲染得很好。

但是,一旦我使用发布控制台“签入”我的页面并发布该页面,就会呈现图像的 html 标记。怎么解决这个问题呢?

问候, 拉古拉曼V

I have used SharePoint's Rich Image Field in my page layout. When I traverse into edit mode of the publishing page and add an image in the image field, the image is rendered fine.

But, once I 'Check In' my page using the publishing console and publish the page, the html markup of the image is rendered. How could this be resolved?

Regards,
Raghuraman.V

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

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

发布评论

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

评论(1

乖乖哒 2024-10-02 17:40:11

这可能是您的自定义字段定义的问题。
确保你有类似的东西:

<Field
     ID="{00000000-0000-0000-0000-000000000000}"
     Name="ImageTop"
     DisplayName="Image on Top"
     Type="Image"
     Format="Image"     
     RichText="TRUE"
     RichTextMode="FullHtml"
     Group="My Page Layout Columns">  
  </Field>

It might be an issue with your custom Field definition.
Make sure you have something like:

<Field
     ID="{00000000-0000-0000-0000-000000000000}"
     Name="ImageTop"
     DisplayName="Image on Top"
     Type="Image"
     Format="Image"     
     RichText="TRUE"
     RichTextMode="FullHtml"
     Group="My Page Layout Columns">  
  </Field>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文