You develop JavaScript code that adds a function to a form’s OnSave event by using the
addOnSave method. Where is the function placed in the form event pipeline?
A.
The end of the form event pipeline
B.
The beginning of the form event pipeline
C.
A random position in the form event pipeline
D.
A position in the form event pipeline that is determined by a parameter value of the
addOnSave method