Example Code:
<CustomAction ControlAssembly="CustomProject.Actions"
ControlClass="CustomProject.Actions"
ControlSrc="/_layouts/test/testPage.aspx"
...
Showing posts with label custom Action. Show all posts
Showing posts with label custom Action. Show all posts
Thursday, June 9, 2016
Wednesday, May 18, 2016
$(document).ready(function() {
var button = $("input[value=Close]");
// change redirection behavior
button.removeAttr("onclick");
button.click(function() {
var elementName = $(this).attr("name");
...
Monday, March 14, 2016
SharePoint Designer 2013 can be used to create a ribbon button for SharePoint list or library. Once clicked, the button will perform a custom action function.
Step 1: In SharePoint Designer 2013, open the site containing the library or list where the custom action button on the ribbon will be deployed.
Step 2: Open...