oncancel() JavaScript API event is not worninkg
Content
Hi All,
I want to capture incident workspace close/cancel time, for that I am using JavaScript API events onclose() and oncancel(). onclose() is working properly, but oncancel() event is not working. If anybody worked with this please help.
Regards,
Deepu
Code Snippet
function oncancel(){ alert('oncancel'); }
0