Called to run a JavaScript dialog.
Namespace: CefSharpCefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntaxbool OnJSDialog( IWebBrowser chromiumWebBrowser, IBrowser browser, string originUrl, CefJsDialogType dialogType, string messageText, string defaultPromptText, IJsDialogCallback callback, ref bool suppressMessage )
bool OnJSDialog( IWebBrowser^ chromiumWebBrowser, IBrowser^ browser, String^ originUrl, CefJsDialogType dialogType, String^ messageText, String^ defaultPromptText, IJsDialogCallback^ callback, bool% suppressMessage )Parameters
Type:
BooleanReturn true if the application will use a custom dialog or if the callback has been executed immediately. Custom dialogs may be either modal or modeless. If a custom dialog is used the application must execute |callback| once the custom dialog is dismissed.
See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4