See: Description
Class | Description |
---|---|
AbstractDialogCallback |
The abstract superclass for the default dialog callbacks.
|
DefaultAlertCallback |
The default
AlertCallback implementation that shows a dialog when JavaScript alert dialog
should be displayed. |
DefaultBeforeFormRepostCallback |
The default
BeforeFormRepostCallback implementation that shows a dialog when a web page
with POST data is going to be reloaded. |
DefaultBeforeUnloadCallback |
The default
BeforeUnloadCallback implementation that shows a dialog when the web page is
about to be unloaded. |
DefaultConfirmCallback |
The default
ConfirmCallback implementation that shows a dialog when JavaScript confirm
dialog should be displayed. |
DefaultOpenFileCallback |
The default
OpenFileCallback implementation that shows a file chooser dialog when the
engine requests to open a file. |
DefaultOpenFilesCallback |
The default
OpenFilesCallback implementation that shows a file chooser dialog when the
engine requests to open multiple files. |
DefaultOpenFolderCallback |
The default
OpenFolderCallback implementation that shows a file chooser dialog when the
engine requests to open a folder. |
DefaultOpenPopupCallback |
The default
CreatePopupCallback implementation that creates and shows a new window with
the embedded popup browser. |
DefaultPrintCallback |
The default
PrintCallback implementation that allows the engine to show the print preview
dialog. |
DefaultPromptCallback |
The default
PromptCallback implementation that shows a dialog when JavaScript prompt
dialog should be displayed. |
DefaultSaveAsPdfCallback |
The default
SaveAsPdfCallback implementation that shows a file chooser dialog when the
engine requests to save content as PDF. |
DefaultSelectClientCertificateCallback |
The default
SelectClientCertificateCallback implementation that shows a dialog that
allows the user to select a certificate from the certificate list passed to the callback. |
DefaultSelectColorCallback |
The default
SelectColorCallback implementation that shows a color chooser dialog when the
user clicks an <input type='color'> HTML5 element. |
DefaultShowContextMenuCallback |
The default
ShowContextMenuCallback implementation that displays the context menu in the
following cases:
Right click on a misspelled word on the loaded web page.
Right click on an element on the loaded web page that has the custom context menu. |