Method Response

Namespace TallComponents.PDF.JavaScript.Scripting
Class XFAHost

Override this method to provide custom xfa.host.response() behaviour

Syntax

protected  String  Response( String  question String  title String  defaultAnswer Boolean  maskAnswer )

Returns

String

A string representing the user's answer. If the user presses the cancel button on the dialog box, the answer is the null object.

Parameters


String question
The question to display.

String title
Title of the dialog window.

String defaultAnswer
The default answer.

Boolean maskAnswer
If true, mask the user's answer with * (asterisks).