我在Sharepoint 2013中遇到了问题。
我正在使用Designer 2013而我正在尝试添加另一个Web部件区域。从图中可以看出,左侧有一个Web部件区域。我知道如何减小Web部件区域的宽度,因此有另一个空间。但我不知道,如何实际添加新的Web部件区域。
Designer 2013没有设计视图。
有人知道我这次可以向右边添加网页部分区域吗?
提前致谢。
答案 0 :(得分:3)
如果“Web部件区域”按钮在SP Designer中显示为灰色,则可以手动添加它:
<%@Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>
<WebPartPages:SPWebPartManager id="m" runat="Server"/>
<div data-name="WebPartZone">
<div xmlns:ie="ie">
<WebPartPages:WebPartZone runat="server" ID="x0e5f5212505f48a9aac43df13eeae4f9" AllowCustomization="True" AllowPersonalization="False" FrameType="TitleBarOnly" LockLayout="True" Orientation="Vertical">
<ZoneTemplate>
<!--DC: Replace this comment with default web parts for new pages. -->
</ZoneTemplate>
</WebPartPages:WebPartZone>
</div>
</div>
资料来源:微软(2015年)。如何:添加在SharePoint 2013中剪切的Web部件区域。https://msdn.microsoft.com/en-us/library/office/jj862341.aspx
答案 1 :(得分:2)
Open Designer - &gt; sitepages-&GT;从功能区顶部添加webpart页面 - &gt; 修改页面 - &gt;看到它被保存了 - &gt;如果保存意味着 - >功能区顶部点击Insert-&gt; addWebpartzone选项可用。