jelly script

kiran kumar m1
Tera Contributor

jelly script for only cancel button in UI pages

2 REPLIES 2

Robbie
Kilo Patron
Kilo Patron

Hi @kiran kumar m1,

 

If I understand your question correctly, please find the below snippet.

Quick clarification, when a user hits 'Cancel', what should happen? If you just need to close the UI Page and return to the previous page, you can use the below snippet in HTML. No need to use any client script.

<button class="btn btn-default" onclick="window.history.back()" style="margin-right:10px;">Cancel</button>

 

To help others (or for one-to-one direct help), please mark this response as correct and helpful.

 

Thanks, 

Robbie 

Hi @kiran kumar m1,

 

I'm glad my response was helpful. Did you manage to implement a solution? Is there anything else I can help with to close out your question?

 

To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.

 

Thanks, Robbie