windowHDInterviewHeight Property |
JavaScript API: Direct
Assembly: api.js Version: 1.0.0.0 (1.0.0.0)
var HDInterviewHeight
Field Value
Type: stringA value of "auto" will cause the height of the HTML DIV containing the interview to scale relative to the current window size. The actual height will reflect the height of the browswer window's client area MINUS the vertical offset of the interview within the window. The net effect is that specifying "auto" for the height will cause the interview to take up all available vertical space in the window. Vertical space can be reserved at the bottom of the window (to leave room for additional page elements, for example) using the HDInterviewOptions.FooterHeight property (formerly HDBottomMargin).
If you specify a value besides "auto", that value must be an absolute number of pixels.