Re: webview
Re: webview
- Subject: Re: webview
- From: wayne melrose <email@hidden>
- Date: Sun, 11 Sep 2011 13:41:54 +0200
On Sep 11, 2011, at 12:42 PM, wayne melrose wrote: I guess the real question is then, is a way to load a web view from a html string that does not come from a file.
Found the answer here..
And my application of that code..
property NSString : class "NSString" set htmlString to NSString's stringWithFormat_("<html><body style=\"font-family:helvetica;color:green;size:12px;\">Woohoo</body></html>") my mywebView's mainFrame's loadHTMLString_baseURL_(htmlString, missing value)
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >webview (From: wayne melrose <email@hidden>) |
| >Re: webview (From: "email@hidden" <email@hidden>) |
| >Re: webview (From: wayne melrose <email@hidden>) |