It is possible to separate the edit mode controls from display mode controls from the aspx file of a SharePoint publishing page layout
Code:
<PublishingWebControls:EditModePanel runat="server" PageDisplayMode="Display">
<PublishingWebControls:EditModePanel runat="server" PageDisplayMode="Edit">
No comments:
Post a Comment