Did you know that:
The onClientLoad event is the only event that executes both client and server-side code.
and
If the CSJS in the onClientLoad event returns “false,” the SSJS is never executed.
Did you know that:
The onClientLoad event is the only event that executes both client and server-side code.
and
If the CSJS in the onClientLoad event returns “false,” the SSJS is never executed.
Fredrik Norling (@XPageDeveloper) said
It’s actually the same with onclick events.