windowOnHDStart Property |
[Deprecated] Use HDAPI.RegisterHandler to register for the "OnHDStart" event instead.
JavaScript API: Direct
Assembly: api.js Version: 1.0.0.0 (1.0.0.0)
Syntax
JavaScript
var OnHDStart
Field Value
Type: functionRemarks
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.
Examples
The following example navigates the interview to a specific dialog ("bookmark") when the interview first loads:
JavaScript
function OnHDStart() { HDGotoInterviewBookmark('Job Information|1'); }
See Also