windowHDServerResponseVisible Method |
This function returns a value indicating whether or not the modal server response is currently visible or not. If the
server response is visible, all the input fields of the interview are currently obscured and unavailable for interaction,
and other API functions (such as InvokeButton) will not function.
JavaScript API: Direct
Assembly: api.js Version: 1.0.0.0 (1.0.0.0)
Syntax
JavaScript
function HDServerResponseVisible();
Return Value
Type: booleantrue if the modal server response is currently blocking the interview; false if not.
Remarks
See Also