Force a SharePoint page in edit mode
On some SharePoint pages there is no simple way to get to the edit web page view to add/modify/remove web parts.However, SharePoint accepts a QueryString for opening a page in edit mode:
HTTP:\\MYSHAREPOINT?ToolPaneView=2&pagemode=edit
By adding this to the end of any URL where you have rights to edit the page you can then go ahead and edit the page to your hearts content. This is particularly useful when doing modifications to NewForm/EditForm without dissociating the page, or making your own form page
No comments:
Post a Comment