Hi, I found the way of attaching native event from this page:
https://docs.webix.com/desktop__event_handling.html
But, I only able to attach unload event which unable to stop the redirection. Hence, I wish to attach beforeunload event which allowed me to cancel and stop the user leaving the page if the data is edited in the page.
Appreciated if the team can prompt me and give me some example in snippet.