How to get documentView in a WebView?
How to get documentView in a WebView?
- Subject: How to get documentView in a WebView?
- From: Tristan Jehan <email@hidden>
- Date: Tue, 11 Apr 2006 13:19:32 -0400
Sorry for asking this basic question again. But I still don't
understand why the second line returns (null):
- (void) awakeFromNib
{
NSLog(@"%@", [[webView mainFrame] frameView]);
NSLog(@"%@", [[[webView mainFrame] frameView] documentView]);
}
Isn't there a default document view in my WebView?
Thanks for any hints.
Tristan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden