【发布时间】:2016-08-05 00:32:49
【问题描述】:
我有一个共享点托管的应用程序和这个应用程序中的一些列表。我想用我自己的页面替换默认的新表单。我已经为列表修改了 schema.xml:
<Forms>
<Form Type="DisplayForm" Url="DispForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
<Form Type="EditForm" Url="EditForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
<Form Type="NewForm" Url="NewForm.aspx" SetupPath="features\$SharePoint.Feature.DeploymentPath$\Pages\Default.aspx" WebPartZoneID="Main" />
</Forms>
但是在部署过程中出现“找不到指定的文件”的错误。如何在 sharepoint 托管的应用程序列表 schema.xml 中指向我的页面?
【问题讨论】:
标签: sharepoint sharepoint-2013