| Conforms to | |
| Framework | /System/Library/Frameworks/WebKit.framework |
| Availability | Available in Mac OS X v10.2 with Safari 1.0 and later.
Available in Mac OS X v10.2.7 and later.
|
| Companion guide | |
| Declared in | WebUIDelegate.h |
WebView user interface delegates that implement the webView:runOpenPanelForFileButtonWithResultListener: method use the methods defined in this protocol to communicate with the listener object. The methods allow the delegate to send a cancel message, or set the selected file name.
Invoked when a file open operation was cancelled.
- (void)cancel
WebUIDelegate.hHandles the results of a file open panel.
- (void)chooseFilename:(NSString *)fileName
This method is invoked when a file name, specified by fileName, was selected in a file open panel.
WebUIDelegate.h
Last updated: 2006-05-23