windowHDInterviewWidth Property
The requested width of the HotDocs browser interview. If not specified, the default value is "auto" (see Remarks below).

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

JavaScript
var HDInterviewWidth

Field Value

Type: string
Remarks

A value of "auto" will cause the HTML DIV containing the interview to use the full width available to it -- typically the width of the containing element in the HTML DOM.

If you specify a value besides "auto", that value should be either a number of pixels (with no designated unit) or a number followed immediately by a CSS-compatible unit designator.

See Also

Reference