Event Functions

html-validator

Special functions are called when certain events occur. These special functions can be used in a target list's "user functions" file, which can be specified in the Target List Options Tab of the Batch Wizard.

NOTE: Two or more functions with the same function name is OK. Each function will be executed, but the order of execution is undefined.

NOTE: There is another set of Validator Engine Event Functions, which are separate from the Batch Wizard event functions and should be placed in a different functions file. Please do not confuse the two sets of events.

Please see the sub-topics for the available events.

Event Order

The event functions are normally called in the following order. Some events may be listed more than once to indicate they may be called at one or more points.

1.onFunctionsLoad()

2.onReportFooterLoaded()

3.onBeforeMainStart()

4.onTargetAdd()

5.onTargetExpandFolder()

6.onTargetAdd()

7.onTargetCanAdd()

8.onFinishedMainProcessing()

9.onGetReportFilename()

10.onBeforeReportOpen()

11.onProcessingComplete()