gpt4 book ai didi

sharepoint - 在 Sharepoint 中,我需要为新页面选择布局的屏幕包含一个预览图像

转载 作者:行者123 更新时间:2023-12-04 06:56:24 24 4
gpt4 key购买 nike

在 Sharepoint 2007 中,我创建了一个布局。如您所知,当用户创建页面时,他会从列表框中选择一个布局。
当您在列表框中选择不同的元素时,左侧的预览图像会发生变化。
我以为这是由布局的xml中的节点PublishingPreviewImage控制的。我已验证该图像存在于该位置。

它不工作。

我使用的代码是:

<File Path="TituloTextoCtrl.aspx" Url="TituloTextoCtrl.aspx" Type="GhostableInLibrary" IgnoreIfAlreadyExists ="TRUE">
<Property Name="PublishingPreviewImage" Value="~SiteCollection/_catalogs/masterpage/$Resources:core,Culture;/Preview Images/titulotextoctrl.png, ~SiteCollection/_catalogs/masterpage/$Resources:core,Culture;/Preview Images/titulotextoctrl.png" />
<Property Name="MasterPageDescription" Value="Plantilla Titulo+Texto+Control" />
<Property Name="ContentType" Value="Titulo+Texto+Control" />
<Property Name="PublishingAssociatedContentType" Value=";#Vialibre_ContentTypeGeneral;#0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF39005215cca003b74e479baa123eb1dc5702;#" />
</File>

最佳答案

您还需要 XML 来配置图像:

<Module Name="MyPreviewImages" Url="_catalogs/masterpage" IncludeFolders="??-??" Path="" RootWebOnly="TRUE">
<File Url="titulotextoctrl.png" Name="Preview Images/titulotextoctrl.png" Type="GhostableInLibrary">
</File>
</Module>

关于sharepoint - 在 Sharepoint 中,我需要为新页面选择布局的屏幕包含一个预览图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2498571/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com