Tagged Questions
0
votes
0answers
17 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 ...
4
votes
1answer
83 views
Add .preview file using feature
I have this feature with a nice little master page inserted through a feature, and it works fine. Now I'm looking into theming, created a composable look. To choose this look in the design manager ...
1
vote
1answer
294 views
Publishing field type names for feature
I'm creating a SharePoint 2010 feature in VS 2010 to add some custom site columns to a site collection via an elements.xml file.
I can't seem to find the Type attribute values for the publishing ...
1
vote
2answers
233 views
Elements.xml Id substitution
I have a site column defined in an Elements.xml file in Visual Studio. The SharePoint project this is in does all sorts of initial configuration on the website. I need to set the UserSelectionScope to ...
0
votes
0answers
143 views
Elements.xml Location value for 'View Item' to add Custom Action
In our Elements.xml file we add a custom action for the EditControlBlock which calls our own edit URL.
Now we want to do a similar thing for when the user click on the 'View Item' ribbon element. ...
4
votes
1answer
1k views
Why won't my site column deploy from an elements file?
See Can site columns be deployed in sandboxed solutions? for background on this.
I've tried to reproduce the sandboxed feature with a site column as built by Hilton Giesenow shown on How Do I: Create ...
6
votes
4answers
254 views
What is the recommend way to share a single element between multiple features?
In my Visual Studio 2010 SharePoint Project
I have a single SPItemEventReceiver that is contained in its own Elements.xml
I have 2 site collection features that are mutually exclusive they are never ...