Adding webparts to other SharePoint pages than homepage and webpart page
Filed Under (Computer, Free tools) by Boris Gomiunik on 25-02-2008
Recently I wanted to add some text descriptions to the "NewForm.aspx" and "EditForm.aspx". I remembered a trick Pedro Serrano showed me some time ago. It works for SharePoint 2.0 and SharePoint 3.0.
All you need to add to the page are the
?PageView=Shared&ToolPaneView=2
parameters.
This opens the Task pane for adding webparts. So now you can add any webpart to the page. Some practical uses are to add Content Editor Webparts to the page or related lists,…
Oznake ponudnika Technorati: SharePoint









































where do i add the code in the newform.aspx file?? sorry but new to this.
Sorry for not being clear in the post. All you need to do is to add this in the url after newform.aspx
You also need to be logged in
[...] the EditForm of the tasks list add the Content Editor WebPart (using the method I already described), open its source editor and paste the following code (make the needed adjustments to adapt it to [...]
[...] using the method from this post drag the Content editor webpart to after the list [...]
[...] use the …ToolPaneView=2 parameter to add the Content editor Webpart above the list view. If you don’t understand what I’m talking about, please take a look at this post. [...]
[...] Editor WebParts in that page (using a “PageView=Shared&ToolPaneView=2” parameters in url (more info here)). All the files containing code are in a document library [...]