func webPlugInContainerShowStatus (String!)
Tells the container to show a status message.
Availability
Technology
func webPlugInContainerLoad(_ request: URLRequest
!,
inFrame target: String
!)
request
The request that specifies the URL.
target
The frame into which the URL is loaded.
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.
func webPlugInContainerShowStatus (String!)