Tagged Questions
5
votes
1answer
1k views
How to have two web parts side by side in same zone
I have two web parts that i want to fit side by side in the same zone, however, I'm not sure how to go about this. I've modified the width of the individual web parts to be able to fit side by side ...
2
votes
1answer
813 views
Web Part zone index not working
I am installing a web part on a few different pages. I have set my zone index to 0, yet they still wind up below the other web parts on the page. Here is my code:
TasksWebPart ...
2
votes
1answer
101 views
What kind of page to use?
I'm building an interface that allows for users to customize the webpart zones on their page to a layout of their choosing.
It seems the best way to do this is to have all possible layouts present on ...
1
vote
2answers
1k views
Why is Zone Index Disabled for Some Web-Parts?
Salve! In my Sharepoint Server 2010 site, I have subsite with some webparts on it. There is only one web-part zone, and the page is a wiki page. However, I want web-part #1 to appear below web-part ...
2
votes
1answer
1k views
How to add a webpart to 2nd “Top” Zone of a Webpart Page Programmatically
I Have a webpart page, which has layout as shown in picture,
Now I want to add a webpart to second "Top" zone of my page but I dont know how to access it,
If I want to add it to first top zone I ...
0
votes
2answers
636 views
Moving web part zone from the bottom to the right in wiki pages
I have a Wiki pages that I need to add a Web Part to. When I go to Site Actions, Edit Page and scroll to the bottom of the Wiki page I can click Add a Web Part and go through the process to get this ...
1
vote
0answers
288 views
Sharepoint 2010 WebParts Rendering in different zone then assigned
In my sharepoint page layout I have a control that has WebPart Zones. For mobile devices I would like to render a different control that would contain only some WebPart Zones from the original one.
...
2
votes
2answers
155 views
Sharepoint Web Part restrict to zone
Is there any way to restrict a web part to a certain zone? I know I can restrict it by using the AllowZoneChange flag, but is it possible to make sure the web part can only be added to certain zones? ...
1
vote
2answers
1k views
Custom New Web Part Page Template when creating page
I want to give the user the ability to create web part pages, from a template, where the the left column is a web part, lets call it LEFTNAVPART, and the header is another web part, let's call it ...
2
votes
3answers
4k views
Default web part in web part zone for page layout
How can I set a web part so it will be automatically appended to a web part zone when a specific page layout is selected?
The solutions I have tried so far is:
Using <ZoneTemplate> under ...
2
votes
2answers
2k views
Web Part error for preloaded web part zone
SharePoint 2007 Enterprise, SP2.
I am getting a strange error (found in the ULS logs, Google reports no hits on the message itself) when trying to upload a page with a webpart preloaded in a zone:
...
1
vote
4answers
2k views
Changing WebPartZone properties in code
Here is the problem: using SPD is easy to change properties to not allow users to close / minimize webparts from a wp zone:
Now how can we do that in code ? I have more then 30 aspx webpart pages ...
