Content Editor webpart in Editform.aspx
I have created a Publishing portal site collection. I have a SharePoint List. I have added a Content editor webpart to the EditForm.aspx using &PageView=Shared&ToolPaneView=2. After Successfully added the web part i got the Publishing page edit tool bar on the editform.aspx. In the Sit Actions menu "Hide Page Editing toolbar" is also in disabled state. Here editform is the OOB editform. Can anyone please help me how to remove that toolbar. Following is the toolbar come in the breadcrumb area. There is no effect on clicking Save and Stop editing button. If I remove that content Editor webpart the page became normal. I also added the webpart using Object model. I got the same Problem. Version : Published Status : Published and visible to all readers Page Workflow Tools Save and Stop Editing
April 8th, 2010 9:56am

I thanks for the reply. The override check-out option is disabled in the page menu. The Problem is because of the Publishing Feature Enabled. I have followed the same thing i..e adding a Content Editor webpart in a Editform.aspx where Publishing Feature is deactivated, here the Page works fine with out the toolbar. And also this toolbar comes only in Editform.aspx not in NewForm.aspx & Dispform.aspx. Is there any other Solution?
Free Windows Admin Tool Kit Click here and download it now
April 8th, 2010 2:04pm

This is because of the Publishing Feature. Disabling the same will resolve the issue but it is not always advisable as you may loose lot of other stuffs. So better you > copy the existing EditForm.aspx and create a new CustomEditForm.aspx. > Then open the CustomEditForm.aspx and place the bulleted line. <asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"/> <asp:Content ContentPlaceHolderId="SPNavigation" runat="server"/> <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"> > Save the file and from the properties menu of the list make sure CustomEditForm.aspx is your default EditForm.aspx now. Hope this helps.rajdeep
June 20th, 2011 2:24am

This is because of the Publishing Feature. Disabling the same will resolve the issue but it is not always advisable as you may loose lot of other stuffs. So better you > create a new CustomEditForm.aspx from the existing EditForm.aspx > Then open the CustomEditForm.aspx and place the bulleted line. <asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"/> <asp:Content ContentPlaceHolderId="SPNavigation" runat="server"/> <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"> > Save the file and from the properties menu of the list make sure CustomEditForm.aspx is your default EditForm.aspx now. Hope this helps. rajdeep
Free Windows Admin Tool Kit Click here and download it now
June 20th, 2011 6:08pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics