The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
4 views

Adding a webpart page with some webparts using Module and setting that as home page in sharepoint online

I have created a web template(inheriting from STS template) which includes few document libraries and lists. Document libraries are created using list definition while lists are OOTB lists included ...
2
votes
3answers
95 views

Files deployed in module cannot be found

I'm trying to deploy a selection of pages and master pages in modules but I'm encountering the same problem with all of them. When I try to navigate to a page, I get a File Not Found error (with ...
0
votes
2answers
80 views

Deploy masterpage to subsite using module

I created a search-center and want to apply a custom masterpage to it. I want to deploy the masterpage using a module and the feature of my solution. I created a module and the Elements.xml looks like ...
1
vote
0answers
29 views

Module Folder in Sharepoint is not deployed with the wsp file

I am updating my solutions from Sharepoint 2010 to 2013. I needed to make a little workaround because SP 2013 refused to find my pictures in the images folder. So I created a module folder for SP 2013 ...
1
vote
1answer
160 views

Gantt view on default page

I'm trying to put gantt view of the list on the default page of the site. For common views, i'm using module with the default.aspx page and view i need this way: <?xml version="1.0" ...
0
votes
0answers
120 views

How to open .aspx page using JavaScript in SandBox Solution?

I have the following Folder structure for SandBox Solution. MyProject -> TestModule -> Pages -> Page1.aspx When I try to open the page using JavaScript file like, var options = { url: ...
0
votes
1answer
121 views

How to reference/write the file path in Elements.xml for UserControl in Sandbox Solution?

I have 1 solution (which is deploying as SandBox Solution). I have added JavaScript files, Images, Application Page & UserControl in one Module under project folder. I have one Element.xml file ...
2
votes
1answer
171 views

Can someone explain what the doGUIDFixUp attribute in the File Element Module does

In my development I just recently noticed the attribute "doGUIDFixUp = TRUE|FALSE". I tried to google more about this attribute but couldn't find anything useful. The MSDN site doesn't explain this ...
1
vote
1answer
229 views

aspx page in module and ghosted web parts

I am making a webtemplate. This webtemplate activates a hidden feature which contains a module, deploying the default.aspx page. The module looks like this: <?xml version="1.0" ...
0
votes
0answers
59 views

Site-scoped feature with both Modules and Visual Web Parts

I have a Feature with Modules that place files in the Master Page Gallery, and I recently added Visual Web Parts to the feature. Then I realized at some point the copying of files into the Gallery had ...
0
votes
1answer
358 views

Page not appearing in site pages library

I want to deploy a page to the sitepages library. When i deploy this code it does not appear. However when i go to the url manually e.g. contoso.com/SitePages/mytestpage.html, i get the 'save as' ...
0
votes
1answer
926 views

Invalid URL error when programmatically deploying files to the Style Library using a Module

We use a feature to deploy files that are common to our webparts to the Style Library in SharePoint Server 2010 and recently we came across the problem where files were not being updated when we ...
0
votes
2answers
2k views

Deploying wiki pages with web parts

This is probably a very basic question to many, but my background is as a SharePoint developer. I have done very little with wiki pages, or site pages in general. I am creating a SharePoint 2010 site ...
1
vote
0answers
71 views

Making a view readonly?

I have a module that deploys a site page "Archives". I want to set up this page to show the content of a list readonly, whatever permissions are granted to the connected user. I have build this ...
2
votes
0answers
582 views

How can I specify the ID of a XsltViewWebPart?

In a module, I'm deploying a webpart page where I put a view to a list : <View WebPartZoneID="Body" WebPartOrder="3" List="related" BaseViewID="4" ...