The module tag has no wiki summary.
1
vote
1answer
57 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
74 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
89 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 ...
1
vote
1answer
82 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
169 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
53 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
252 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
641 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
1k 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
63 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 ...
1
vote
0answers
508 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"
...