Timer functionality to get added to UI
Hello Everyone,
I have a requirement like on click of button i want my timer to be running upto 15mins and after after 15mins timer should be closed.
Please provide me the inputs how this can be implemented like below:
Proceed - button
timer: 1:00 on click of button.
Thanks.
Comments
Keep up to date on this post and subscribe to comments
Sounds like you need a custom control, as I do not recall anything OOTB in the product for this.
I've attached a sample I took from W3Schools which I've also modified to add a button, and and input field where you can set your timer accordingly.
It's obviously just a starting point, as there is no error handling or other safety nets to reset the timer if you try to add more than one before the first one ends, etc.
But hopefully it will give you an idea of what can be done and where you can take it. (You can also look for other date or timer libraries on the web which could make this even more trivial. But I wanted to demonstrate an example using pure JS)
- reply