Re: WebView Content from String?
Re: WebView Content from String?
- Subject: Re: WebView Content from String?
- From: "Jonathan 'Wolf' Rentzsch" <email@hidden>
- Date: Mon, 11 Oct 2004 23:26:15 -0500
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];
| Jonathan 'Wolf' Rentzsch
http://rentzsch.com
| Red Shed Software
http://redshed.net
| "better" necessarily means "different"
_______________________________________________
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