webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Properties | List of all members
NSObject(WebPlugInContainer) Category Reference

#import <WebPluginContainer.h>

Instance Methods

(void- webPlugInContainerLoadRequest:inFrame:
 
(void- webPlugInContainerShowStatus:
 

Properties

NSColorwebPlugInContainerSelectionColor
 
WebFramewebFrame
 

Detailed Description

This informal protocol enables a plug-in to request that its containing application perform certain operations.

Method Documentation

◆ webPlugInContainerLoadRequest:inFrame:()

- (void) webPlugInContainerLoadRequest: (NSURLRequest *)  request
inFrame: (NSString *)  target 

webPlugInContainerLoadRequest:inFrame: Tell the application to show a URL in a target frame

Parameters
requestThe request to be loaded.
targetThe target frame. If the frame with the specified target is not found, a new window is opened and the main frame of the new window is named with the specified target. If nil is specified, the frame that contains the applet is targeted.

◆ webPlugInContainerShowStatus:()

- (void) webPlugInContainerShowStatus: (NSString *)  message

webPlugInContainerShowStatus: Tell the application to show the specified status message.

Parameters
messageThe string to be shown.

Property Documentation

◆ webFrame

- webFrame
readnonatomicstrong

Allows the plug-in to access the WebFrame that contains the plug-in. This method will not be implemented by containers that are not WebKit based.

◆ webPlugInContainerSelectionColor

- webPlugInContainerSelectionColor
readnonatomicstrong

The color that should be used for any special drawing when plug-in is selected.


The documentation for this category was generated from the following file: