Forum Discussion
RyanStanford1
7 years agoQrew Captain
If you make a rich text field, instead... you can make it into sort of your own button, and can add JavaScript to it to behave like the cancel button... I'm currently trying to figure out something similar which will act like a save button and then run other JavaScript as well:
"<div class='Tall Vibrant' onclick=$('#cancelButton').click();>Visible text here</div>"
"<div class='Tall Vibrant' onclick=$('#cancelButton').click();>Visible text here</div>"