ScriptDialogType
Description:
[ CCode ( cprefix = "WEBKIT_SCRIPT_DIALOG_" , type_id = "webkit_script_dialog_type_get_type ()" ) ]
public enum ScriptDialogType
Content:
Enum values:
- 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.
- CONFIRM - Confirm script dialog,
used to ask confirmation to the user.
- PROMPT - Prompt script dialog, used
to ask information to the user.