Contents

webViewRunModal(_:)

Displays a web view in a modal window.

Declaration

optional func webViewRunModal(_ sender: WebView!)

Parameters

  • sender:

    The web view that sent the message.

Discussion

This method should display and order front a modal window containing the specified web view. This method is invoked after the webView(_:createWebViewModalDialogWith:) method is used to create a new window.

See Also

Creating and Closing Windows