Add SharePoint Web Part into DispForm, NewForm and EditForm using your browser

Friday, 15 May 2009 14:43 by myro

If you are using SharePoint Designer to edit your pages layout, you should probably know that you can customize the DispForm.aspx, NewForm.aspx and the EditForm.aspx easly. You are able to insert text, modify the page layout and insert SharePoint 2007 Web Parts. But what happens if you don't have installed SharePoint Designer? You are missing the Site Action button and the Modify Page link button.... To avoid this problem add this querystring parameter in your form url:

ToolPaneView=2  

A example to this solution is and url builded in this way:
http://YourSite/Lists/YourList/NewForm.aspx?ToolPaneView=2

Now you cand edit your page by adding any Web Part that is installed in your Site Collection.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:  
Categories:   SharePoint 2007
Actions:   Bookmark and Share | Permalink | Comments (1) | Comment RSSRSS comment feed
If you consider this post usefull for your purposes, please consider visiting my sponsors to help me out with the myrocode.com maintenance. Thank you.

Comments