Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/206.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sharepoint 2007 将超链接格式化为自定义列表架构中的图片_Sharepoint 2007_Moss_Wss 3.0 - Fatal编程技术网

Sharepoint 2007 将超链接格式化为自定义列表架构中的图片

Sharepoint 2007 将超链接格式化为自定义列表架构中的图片,sharepoint-2007,moss,wss-3.0,Sharepoint 2007,Moss,Wss 3.0,在自定义XML列表中,我添加了几个URL字段。其中一个必须显示为图片,就像在UI的字段设置中选择“将URL格式设置为:图片”时一样 在customList的schema.xml中,我没有找到任何地方可以覆盖URL类型的html标记 欢迎提供任何帮助或线索:) 谢谢 teebot尝试更改相关字段xml架构的Format属性。 找一份来试试 <Field ID="{c29e077d-f466-4d8e-8bbe-72b66c5f205c}" Name="URL" SourceID="http:

在自定义XML列表中,我添加了几个URL字段。其中一个必须显示为图片,就像在UI的字段设置中选择“将URL格式设置为:图片”时一样

在customList的schema.xml中,我没有找到任何地方可以覆盖URL类型的html标记

欢迎提供任何帮助或线索:) 谢谢


teebot

尝试更改相关字段xml架构的Format属性。 找一份来试试

<Field ID="{c29e077d-f466-4d8e-8bbe-72b66c5f205c}" Name="URL"
SourceID="http://schemas.microsoft.com/sharepoint/v3" StaticName="URL" 
Group="Base Columns" Type="URL" DisplayName="URL" ColName="nvarchar3" 
RowOrdinal="0" ColName2="nvarchar4" RowOrdinal2="0" Format="Image" Version="1" />

尝试更改相关字段xml架构的Format属性。 找一份来试试

<Field ID="{c29e077d-f466-4d8e-8bbe-72b66c5f205c}" Name="URL"
SourceID="http://schemas.microsoft.com/sharepoint/v3" StaticName="URL" 
Group="Base Columns" Type="URL" DisplayName="URL" ColName="nvarchar3" 
RowOrdinal="0" ColName2="nvarchar4" RowOrdinal2="0" Format="Image" Version="1" />


谢谢Nat!在阅读你的帖子之前,我在生成的列表和我的列表之间做了一个windiff,最终找到了Format=“Image”。谢谢Nat!就在阅读你的帖子之前,我在生成的列表和我的列表之间做了一个windiff,最终找到了Format=“Image”。