Tuesday, December 27, 2016

Call a function on click of a button in SharePoint Ribbon.

To call a JavaScript function from any Custom Action in SharePoint Designer, call the desired 
function in "Navigate To Url" option,




Further, add this function in your JavaScript file which you should include on the page where this custom action will be deployed using Content Editor Web Part.

No comments:

Post a Comment

Clearing Person/Group Values

To clear out or empty the values in person or group columns, how you do it depends on if the column is single-value or multi-value. For ...