Enumeration
WebKit2ScriptDialogType
Members
- 
            WEBKIT_SCRIPT_DIALOG_ALERT
- 
            Alert script dialog, used to show a message to the user. - Value: 0
- Available since: 4.1
 
- Value: 
- 
            WEBKIT_SCRIPT_DIALOG_CONFIRM
- 
            Confirm script dialog, used to ask confirmation to the user. - Value: 1
- Available since: 4.1
 
- Value: 
- 
            WEBKIT_SCRIPT_DIALOG_PROMPT
- 
            Prompt script dialog, used to ask information to the user. - Value: 2
- Available since: 4.1
 
- Value: 
- 
            WEBKIT_SCRIPT_DIALOG_BEFORE_UNLOAD_CONFIRM
- 
            Before unload confirm dialog, used to ask confirmation to leave the current page to the user. Since 2.12. - Value: 3
- Available since: 4.1
 
- Value: