sharepoint-2010 - 通过 schema.xml 增强富文本字段

标签 sharepoint-2010 schema listitem

我正在尝试使用 schema.xml 创建增强的富文本字段。目前我有以下几点:

 <Field ID="8EE65A51-1427-4D5A-8DD0-3712BE5991F0" Name="AudioLinks" 
 DisplayName="AudioLinks" Type="Note" NumLines="1"  RichText="TRUE" 
 Description="Audio Link URL."/>

以上创建了一个富文本字段。

我将如何将其创建到增强型富文本字段中?

现在坚持了一天多。任何帮助将不胜感激

非常感谢,

最佳答案

尝试将 RichTextMode 属性设置为 FullHtml:

<Field ID="8EE65A51-1427-4D5A-8DD0-3712BE5991F0"
    Name="AudioLinks"
    DisplayName="AudioLinks"
    Type="Note"
    NumLines="1"
    RichText="TRUE"
    RichTextMode="FullHtml"
    Description="Audio Link URL."/>

有关更多信息,请参阅:
  • Field Element (List)
  • Creating an Enhanced Rich Text Field in your SharePoint Content Types
  • 关于sharepoint-2010 - 通过 schema.xml 增强富文本字段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12974639/

    相关文章:

    c# - 创建新项目时,以编程方式生成的查找字段导致 "System.ArgumentException: Value does not fall within the expected range"

    sharepoint-2010 - SharePoint Web 和站点之间有什么区别

    sql-server - 我可以在存储过程中设置默认架构吗?

    android - Android 列表中的可扩展项

    java - 设置列表项被点击时的背景颜色

    c# - SharePoint 2010 - 客户端对象模型 - 将附件添加到 ListItem

    sharepoint - 将凭据传递给 Word Interop 以在 SharePoint 中打开文档

    schema - 架构是 :domainIncludes and rdfs:domain (as well as schema:rangeIncludes and rdfs:range) the same?

    java - 如何在 Java 中填充 JSON 模式的字段

    java - 从 AltertDialog ListView 中的所选项目获取值