Re: WebView Content from String?
Re: WebView Content from String?
- Subject: Re: WebView Content from String?
- From: Steven Kramer <email@hidden>
- Date: Tue, 12 Oct 2004 21:06:32 +0200
Op 12-okt-04 om 6:26 heeft Jonathan 'Wolf' Rentzsch het volgende
geschreven:
Jerry LeVan, email@hidden, wrote:
Is there anyway to get the string to be the content
without first writing the string to a file and then
passing the file url to the web view?
try:
[[webView mainFrame] loadHTMLString:myHTMLString baseURL:nil];
And mind the gap - I and many others have had big problems trying to
get this to work. If you get unexpected behavior, try using a non-nil,
valid URL pointing to an existing file on your folder.
Regards
Steven Kramer
--
email@hidden
http://sprintteam.com/
_______________________________________________
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