Page 1 of 1

Rename Cancel Button

Posted: 10 Jul 2017
by charles267
Is there a way to rename the "cancel" button? We would like to rename it to "Close". Thanks!

Re: Rename Cancel Button

Posted: 10 Jul 2017
by Nikita Kurguzov
Just add this line to the JavaScript editor:

Code: Select all

fd.cancelText('Close');

Re: Rename Cancel Button

Posted: 10 Jul 2017
by charles267
Thanks!