Executes any scripts on the initialize
event of the specified object, and any child objects.
SyntaxReference_Syntax.execInitialize()
JavaScript
xfa.form.execInitialize();
|
Executes the scripts contained on the initialize
event for all objects on the form.
|
Subform1.execInitialize();
|
Executes the scripts contained on the initialize
event of the object named Subform1, and for any
objects contained within the subform.
|
TextField1.execInitialize();
|
Executes the scripts contained on the initialize
event of the object named TextField1.
|
FormCalc
xfa.form.execInitialize()
|
Executes the scripts contained on the initialize
event for all objects on the form.
|
Subform1.execInitialize()
|
Executes the scripts contained on the initialize
event of the object named Subform1, and for any
objects contained within the subform.
|
TextField1.execInitialize()
|
Executes the scripts contained on the initialize
event of the object named TextField1.
|
|
|
|