Specifications

Chapter 20246
getFunctionStartInstrument()
Availability
Dreamweaver 4
Description
Called before the first statement in a function declaration. The getStepInstrument() function
is also called for the statement.
Arguments
None.
Returns
Dreamweaver expects a string that contains the JavaScript to insert at the beginning of the
function.
getBodyInstrument()m
Availability
Dreamweaver 4
Description
This function is called exactly once after all the blocks in the HEAD section are processed by the
instrumentation JavaScript.
Arguments
None.
Returns
Dreamweaver expects a string that contains HTML to insert at the top of the <BODY> section.
getHeadInstrument()
Availability
Dreamweaver 4
Description
This function is called exactly once after all blocks in the HEAD section are processed by the
instrumentation JavaScript, but before the
BODY section blocks are instrumented.
Arguments
None.
Returns
Dreamweaver expects a string that contains HTML to insert at the top of the <HEAD> section.