Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 11.4   11.5   12.0   12.1   12.2   12.3   12.4   12.5   13.0   13.1    Statistic    FMM    Blog  

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 paid license.

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


WebView.IsLoading - WebView.LoadJavascriptURL

💬 Ask a question or report a problem


Start Chat