The elements-xml tag has no wiki summary.
0
votes
2answers
402 views
Define contenttype with list
I have defined my list definition as following:
<List xmlns:ows="Microsoft SharePoint" Title="Requests List Definition" FolderCreation="FALSE" Direction="$Resources:Direction;" ...
3
votes
1answer
291 views
adding link to suite bar in sharepoint 2013
I have followed the following liks to add custom links to sharepoint 2013 suite bar.
http://blogs.msdn.com/b/findnavish/archive/2013/02/07/sharepoint-2013-customizing-suite-bar.aspx
...
0
votes
1answer
98 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
0answers
113 views
Config standard SiteUsers WebPart in SP2010
I´ve got a problem with a normal SiteUsers WebPart. Currently I have this code:
<WebPart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ...
0
votes
0answers
9 views
Custom resx not working in Elements file
I have created a resx file and placed it in the mapped Resource folder to make it localized.
It works great with features, webpart xml etc. but not with property tags in Elements files for e.g. ...
0
votes
0answers
24 views
Add element to more than one feature
This is the case: We have an existing site collection with Feature A with 6 elements: E1, E2, E3, E4, E5, E6 (5 list instances and 1 web event receiver).
I want to create a feature which only exists ...
0
votes
0answers
94 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: ...