run_as_modal


Description:

public virtual signal void run_as_modal ()

Emitted after ready_to_show on the newly created WebView when JavaScript code calls <function>window.

showModalDialog</function>. The purpose of this signal is to allow the client application to prepare the new view to behave as modal. Once the signal is emitted a new main loop will be run to block user interaction in the parent WebView until the new dialog is closed.