Tuesday 31 January 2017

Hide Edit Web Part Properties in Web Part Zone in SP 2013

Added the following web part zone code:

<WebPartPages:WebPartZone runat="server"  AllowPersonalization="false" AllowCustomization="false" ID="webpart_left" FrameType="TitleBarOnly"
                        Title="<%$Resources:cms,WebPartZoneTitle_BottomLeft%>" Orientation="Vertical"><ZoneTemplate>
      <!--your web part-->

</ZoneTemplate></WebPartPages:WebPartZone>
 

No comments:

Post a Comment