windowOnHDFinish Property
[Deprecated] Use HDAPI.RegisterHandler to register for the "OnHDFinish" event instead.

JavaScript API: Direct
Assembly: api.js Version: 1.0.0.0 (1.0.0.0)
Syntax

JavaScript
var OnHDFinish

Field Value

Type: function
Remarks

This function (if defined in the global namespace) is called when the user clicks the Finish button, after HotDocs has first ensured that all required variables have been answered.

This callback function was deprecated in HotDocs Server 10.0.2. Although it can still be used, its functionality is now available in a more versatile manner using the HDAPI.RegisterHandler method.

See Also

Reference