Tagged Questions
2
votes
0answers
338 views
How to add CustomAction button in Ribbon of DocumentLibrary in SharePoint Online?
How can I add a CustomAction button in Ribbon of Document Library in SharePoint Online (Office-365) for Sandbox solution without any code ?
I have created team-site in SharePoint Online. And having ...
0
votes
0answers
107 views
How to change Text/Label of CustomAction button of Ribbon?
I want to change the Text/Label when I click on the CustomAction button of Ribbon.
It should be change from my Javascript function because I want to check the condition in that.
My CustomAction ...
2
votes
4answers
980 views
How to invoke server side code from Ribbon
I want to create a Button in my Ribbon which modifies some fields in my items.. In details I want to select more than one element and select my "link" button and make the elements be "linked" by an ...
1
vote
2answers
2k views
how do i place custom action in custom group on displayform?
By following the examples in the SP 2010 C# Hands On Lab (SPCHOL308), I've gotten a CustomAction button to show up under the View tab in the Manage group on the DisplayForm.
I want to place this ...
1
vote
3answers
428 views
Problem creating a Custom Ribbon Action to Order Lists
I attempted to create my first Custom Ribbon action to allow users to sort list items. But I failed miserably. the Action wont show in my ribbon at all and I am having trouble finding out what is ...
1
vote
1answer
268 views
Custom ribbon action (office 365)
I've created a custom list and added on that list a custom action in the ribbon.
Before I created a calendar view on this list, I could see the button in the ribbon, now I can't. Does anyone know what ...
0
votes
2answers
280 views
Custom Ribbon Button doesn't show on subsites
I've successfully added a custom ribbon button to my site and everything shows up as expected. However, when I go to a sub site, my custom ribbon button doesn't show up. How can I get my button to ...
6
votes
3answers
2k views
Multiple values of RegistrationId attribute in CustomAction tag
I wonder is there any ability to set not only one but multiple values of RegistrationId in CustomAction tag.
I have an elements.xml entry like this:
<CustomAction
...