Anyone know how to rename a SP ribbon button on Nintex form view? Found NWF$('#RibbonSaveButton').hide(); to hide a button. We want to direct users to the Cancel button to close a form and would like to rename the ribbon button from Cancel to Close. Ideas? Thanks!
Page 1 / 1
This kind of code can do a similary action: NWF$("#RibbonCloseButton span[class=nCAF-library-ribbon-button-title]").text("Cancel")
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.