from a #WebKitWebView through JavaScript with
<function>window.showModalDialog</function>. If it's set tofalse, the associated #WebKitWebView won't be able to create new modal dialogs, so not even the #WebKitWebView::create signal will be emitted.
bool allowModalDialogs() @propertyGet allowModalDialogs property.
from a #WebKitWebView through JavaScript with
<function>window.showModalDialog</function>. If it's set tofalse, the associated #WebKitWebView won't be able to create new modal dialogs, so not even the #WebKitWebView::create signal will be emitted.
void allowModalDialogs(bool propval) @propertySet allowModalDialogs property.
propval | Determine whether it's allowed to create and run modal dialogs from a #WebKitWebView through JavaScript with <function>window.showModalDialog</function>. If it's set to false, the associated #WebKitWebView won't be able to create new modal dialogs, so not even the #WebKitWebView::create signal will be emitted. |