jelly script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2024 10:41 PM
jelly script for only cancel button in UI pages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2024 01:43 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2024 01:14 AM
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