Skip to main content

Questions tagged [web-part-page]

A page object that contains multiple zones for inserting one or more webparts.

Filter by
Sorted by
Tagged with
1 vote
1 answer
80 views

I may be overthinking this, but I created a web part page on SharePoint 2013 and named it Home. The new page replaced an existing page called Home. I changed the name of the old page to Homeold that ...
Eric Padron's user avatar
2 votes
2 answers
6k views

I am writing an application in AngularJS for a SharePoint 2013 site collection, using the REST API to talk to SharePoint. My task is to update the Image Link in the Title Bar Properties of every Web ...
CigarDoug's user avatar
  • 1,095
1 vote
0 answers
834 views

First question on this site and this is probably stupid and I'm overlooking something glaringly obvious but here is goes. Background I just recently rebuilt our site in SharePoint Online (2016) from ...
rdiachenko's user avatar
0 votes
0 answers
72 views

I have a user that is trying to edit a page and use Insert > Upload File through the ribbon to add a file download link to the page. Once they select the file and click "OK" they are getting a ...
vanblart's user avatar
  • 687
3 votes
1 answer
7k views

I'm working in a SharePoint 365 environment and created a web part page through SharePoint Designer 2013. When I edit the page online, the INSERT tab has options for Text, Image, App Part, and Web ...
vanblart's user avatar
  • 687
1 vote
0 answers
64 views

I'm getting a syntax error in the console on a web parts page. I can clearly see the typo, but I can't figure out how to modify the page's source code because it will only allow me to modify the page ...
hack3rfx's user avatar
  • 135
2 votes
0 answers
53 views

Is there any way I can provision a webpart page using modules, but using a template that is located in a different feature / in the masterpage catalog? What we previously did was to have the layout ...
Serban Condrea's user avatar
1 vote
0 answers
321 views

I am working on a power shell script with CSOM to copy/export all the web parts from one source page and import them to another target page in the site pages library In Office 365 site. I am using ...
user53515's user avatar
0 votes
0 answers
650 views

Context: I have a requirement for a list that contains public and private data. The 'solutions' I found are mostly security through obscurity (views, web part trickiness etc) and not appropriate for ...
Levi's user avatar
  • 163
2 votes
6 answers
5k views

My only choice is Wiki page in the New Document selector of my Site Pages library. How can I restore the selection for a new Web Part Page? I have Publishing site feature turned on. I have toggled ...
Leon Bryant's user avatar
2 votes
0 answers
48 views

We have a large SP 2010 farm running with heavy customization, and there's a lot of problems with users having correct permissions on a site, but no permissions on a couple of lists with broken-...
Christopher's user avatar
1 vote
1 answer
102 views

Is possible to add wikipage in webpart page in SharePoint 2013? I want to display wikipage in webpart page .
kumar's user avatar
  • 423
7 votes
3 answers
786 views

I used to refer end users directly to the list they shall use. However, in blogs or on SE it often reads as content editors (or other WebParts) are put on a list. From my understanding, this does only ...
wheeler's user avatar
  • 443
6 votes
1 answer
23k views

Is there a built in way to change between preset page layouts in an existing web part page? Currently I end up deleting the page and creating a new one with the appropriate layout. I feel like there ...
Jordan's user avatar
  • 2,814
0 votes
1 answer
869 views

I have a problem here: An error occurred during the compilation of the requested file, or one of its dependencies. The type 'Microsoft.SharePoint.WebPartPages.WebPartPage' exists in both 'c:\Windows\...
Sergey Zykov's user avatar
0 votes
1 answer
345 views

I have an Excel Web Part on a web part page that has a fixed height of 400 pixels. Every time I try to set the height to auto adjust, the setting won't take hold. The next time I go to edit the web ...
Dan Henderson's user avatar
2 votes
1 answer
509 views

I have tried to create webpart page using ECMA script, but did not get the right solution. Example : I have created two text-boxes one for "page name" ,second for "web-part name". when user click on ...
Sonu's user avatar
  • 63
0 votes
1 answer
1k views

Does anybody know how can I change the background colour of a web part page without Sharepoint Designer? I am restricted with what I can do so can't use Designer or change the Master Template. I just ...
Dub's user avatar
  • 1
0 votes
1 answer
508 views

In order to create a new web part page with a PowerShell script, you must provide a page layout. None of the page layouts on my site seem to match the Full Page, Vertical choice you have when you ...
Michael Frederick's user avatar
1 vote
2 answers
1k views

The following appears to be the way to create a web part page in Sharepoint 2010 using Powershell: $web = Get-SPWeb http://somesite $pWeb = [Microsoft.SharePoint.Publishing.PublishingWeb]::...
Michael Frederick's user avatar
2 votes
0 answers
43 views

I've got a list that displays data from an external content type. The view uses group by on a single column and I want it to be rendered collapsed. This view works just fine. And if I create a web ...
Gunnarsi's user avatar
  • 161
2 votes
1 answer
1k views

I have a page that when we gave it a Name, that name populated both the page title and the file name of the url. Since we don't use spaces in our urls, the title of the page was populated with the ...
Brandon Runyon's user avatar
1 vote
1 answer
1k views

I noticed I can't embed inline javascript in an SPO 2013 Web Part page, but can reference a library. I'm outputting a table from that js. If I put alerts that table displays but then disappears ...
Hell.Bent's user avatar
  • 1,299
0 votes
1 answer
82 views

I've created a webpartpage and for some reason the title of the page is set to the filename of the page, not the Title column. Has anyone else seen this behaviour and know of a fix?
jasonscript's user avatar
13 votes
2 answers
31k views

I've got an error happening on a page, so I closed all the web parts on it with the Web Part Maintenance Page. This indeed made the issue go away. Trouble is, how do I reopen the web parts so that I ...
Nacht's user avatar
  • 1,221
1 vote
2 answers
3k views

How to create a page without custom master page. I want v4 master page for that page.
Jon's user avatar
  • 567
0 votes
1 answer
203 views

I have created one module in my solution which is add in _catalogs/masterpage on feature activation. The module which I have created in that there is a Publishing page which is set as a Home page of ...
Sameer Vaghela's user avatar
0 votes
1 answer
2k views

I have a webpart page with multiple parts, two of these are page viewer web parts. I would like to be able to change the page displayed in one of them based on input from a form in the other. i.e. ...
brand2k's user avatar
  • 43
1 vote
1 answer
888 views

I am trying to find out the title of the current page with SP.js without having to get it from the DOM. Is there a way to find what Web Parts are on the current page?
Alex's user avatar
  • 11
0 votes
1 answer
274 views

I've got a list which has got two views (a list and a calendar view), which are being created when activating a feature containing following view definition for the calendar in the Schema.xml of the ...
Philippe's user avatar
  • 121
1 vote
3 answers
15k views

Is there any reason when I create a Web Part Page in publishing site the left navigation is missing? If yes, What is the proper way to create a page that will include the left quick nav?
Maria Burton's user avatar
  • 1,242
0 votes
1 answer
93 views

We are customizing the webpart pages in SharePoint 2010, I have updated the page layout as per the requirement(i.e, to display the left navigation, layout of the main content placeholder) however ...
One Developer's user avatar
1 vote
1 answer
93 views

We have custom code to allow users to remove, add or reorder web parts on a page in their personal view. It is a publishing web part page created by a module using templates. How can we make updates ...
Carling's user avatar
  • 113
0 votes
0 answers
190 views

I have a web part page and 6 web parts aligned 2x3. However following the web parts there is a lot of white space and I'm not sure how to get rid of it. The grey box in the first picture is all empty ...
Batman's user avatar
  • 1,488
0 votes
1 answer
150 views

I insert a custom webpart in the page, It's working good. But when I click in edit page I find the webpart is deleted! What is going on?
Youness's user avatar
  • 11
1 vote
4 answers
19k views

This is a pretty straightforward question: How do I add a web part page in SharePoint 2013? There is, however, a minor twist. The site I'm adding it to is from a custom template that doesn't contain ...
Stu Pegg's user avatar
  • 4,623
1 vote
1 answer
2k views

Here is my scenario, I thought this should be straightforward: Go to my site's Pages list under View All Site Content. Download a copy of the .aspx web part page that I want to transfer to another ...
Alex's user avatar
  • 1,089
0 votes
1 answer
110 views

I have to migrate some content from text files from my storage to my SharePoint 2013. The plan is to put the content into some content editor webparts at a basic page. I know how to create the basic ...
Markus S's user avatar
  • 302
2 votes
2 answers
3k views

I am using SP2013. I'm looking to create a page template which will be used on all project pages within a site. I have Department pages using the Team Site template. Within each Department, we have a ...
Trenton M's user avatar
  • 329
2 votes
1 answer
6k views

My working environment is SSRS 2008 and SharePoint 2010.I have a report with parameters running in SP 2010. I call my report page in SP 2010 from a page with all the parameters in query string. On the ...
V.B's user avatar
  • 763
0 votes
1 answer
62 views

As per title. I want to grant only certain permission groups/users the rights to removing a web part from a page. Is this possible?
JᴀʏMᴇᴇ's user avatar
0 votes
1 answer
64 views

I have created several webpartpages, in the module xml file I set the page to be deployed to the Pages library. When I'm browsing the site I can see that the names of my webpartpages are shown in the ...
Ronen's user avatar
  • 119
0 votes
1 answer
75 views

I have the below code in CEWP and I l like that function runs after when the SharePoint site elements are loaded: <html> <head> <script language="JavaScript" type="text/JavaScript"&...
pmalits's user avatar
  • 21
0 votes
3 answers
3k views

I am using a CEWP-linked HTML file to generate a menu of links to other web-part pages. I want to use this same file in a CEWP on each of the linked pages. As an indicator of the user's location, I ...
Pete's user avatar
  • 639
0 votes
1 answer
688 views

I am creating a Sharepoint2010 webpart page which downloads documents from a webservice (So the documents do not get saved in Sharepoint2010). I have a windows application which does exactly the ...
user1746525's user avatar
1 vote
1 answer
5k views

I am new to SharePoint even ASP.NET. I wrote a custom calendar control which inherits the asp:calendar and overrides some function, and it work in blank pages. But today while I am trying to use the ...
Kris Tsui's user avatar
17 votes
4 answers
10k views

I am using three webparts. Webpart A creates a value when the user clicks on the button in Webpart A. WebPart B uses this value to create a list with items the user can select. WebPart C uses both ...
user1746525's user avatar
1 vote
0 answers
213 views

When we start SharePoint Designer workflow, which updates an item in the list, from code on custom web part page (with custom webpart added on it), we got following error: System.Workflow.Runtime....
Ana's user avatar
  • 11
0 votes
1 answer
664 views

I am creating a web template in visual studio. I have about 10 pages, all pages are quite simple and contain between 1 and 3 web parts. Should i be using Web Part Pages, Wiki Pages or Publishing ...
user1786107's user avatar
1 vote
1 answer
661 views

I am using SharePoint designer to build a page with a data view web part that displays the contents of a 6,000 record XML file that is structured like the example below with each "Details" element ...
Andrew Henley's user avatar