Tagged Questions
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 ...
1
vote
0answers
53 views
Accessing full url of 'View in browser' link in document library
I'm trying to get the url of the 'view in browser' link that appears in the context menu for a document in the document library.
I have a custom command on the menu that I have created which calls a ...