What is the difference between onInit and onLoad events?

What is the difference between onInit and onLoad events?

Re: What is the difference between onInit and onLoad events?

Field Values are available in onLoad, where they are not yet available in onInit. It was also noticed that onInit is called when submitting a form. Still deciding if that is a bug or not.

Regards,
Scott.

Re: What is the difference between onInit and onLoad events?

Thank you Scott