O365 Rename ribbon button

  • 4 August 2017
  • 1 reply
  • 2 views

Badge +4

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!


1 reply

Badge +6
This kind of code can do a similary action: NWF$("#RibbonCloseButton span[class=nCAF-library-ribbon-button-title]").text("Cancel")

Reply