Sunday, July 1, 2012

Open SharePoint management forms in new page

If you want to open SharePoint Form in new page instead of popup:
  1. Right Click in popup page and copy the url.
  2. Remove IsDlg=true from query string.
  3. You need yo modify return url adjust root folder and source url.

    Url will be as below:
    /news/_layouts/SubNew.aspx?List={B2AE3C44-1965-447F-BFEF-D87706BE51DD}&RootFolder=&source=/

No comments: