Instance Method インスタンスメソッド

webPlugInContainerLoad(_:inFrame:)

Loads a URL into a web frame.

Declaration 宣言

func webPlugInContainerLoad(_ request: URLRequest!, 
                    inFrame target: String!)

Parameters パラメータ

request

The request that specifies the URL.

target

The frame into which the URL is loaded.

Discussion 解説

If the frame specified by target is not found, a new window is opened, loaded with the URL request, and given the specified frame name. If target is nil, the frame enclosing the plug-in is loaded with the URL request.

See Also 参照

Performing actions on the enclosing container