Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

WebView.LoadHTML

Loads HTML string to WebViewer.

Component Version macOS Windows Linux Server iOS SDK
WebView 3.0 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "WebView.LoadHTML"; WebViewerRef; HTMLString { ; URL } )   More

Parameters

Parameter Description Example Flags
WebViewerRef Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function.
HTMLString The HTML String. "<P>Hello World</P>"
URL The base URL for finding relative resources like images. (mac only) "http://www.mbsplugins.de" Optional

Result

Returns OK or error.

Description

Loads HTML string to WebViewer.
Added Windows support with version 5.1.
On Windows you may need to reset WebViewer before or load "about:blank" to initialize the WebViewer by FileMaker.

Examples

Load HTML:

Set Variable [ $r; Value: MBS("WebView.LoadHTML"; "web"; Editable Webview::HTMLText) ]

See also

Example Databases

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 4th November 2021


WebView.IsLoading - WebView.LoadJavascriptURL