Page 1 of 1

Onload event

Posted: Wed Dec 28, 2022 5:22 pm
by DButler
Hello,
Does anybody know if the Onload event is triggered by the Write operation or only the Exfmt?
Thanks,
Don

Re: Onload event

Posted: Fri Jan 06, 2023 11:02 am
by Emily
The onload event will trigger whenever the screen is displayed/loads. This is a client-side JavaScript event and is not determined by how you're displaying the screen on the server-side. No matter how the screen is displayed/loaded, the onload event should be triggered.

Hope that helps.