ScriptDialogType#

class ScriptDialogType#

Enum values used for determining the type of ScriptDialog

Fields#

class ScriptDialogType
ALERT#

Alert script dialog, used to show a message to the user.

BEFORE_UNLOAD_CONFIRM#

Before unload confirm dialog, used to ask confirmation to leave the current page to the user. Since 2.12

CONFIRM#

Confirm script dialog, used to ask confirmation to the user.

PROMPT#

Prompt script dialog, used to ask information to the user.