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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
WebView.LoadHTML
Loads HTML string to webviewer.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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
- FileMaker and WebViewer communication
- MBS FileMaker Plugin, version 5.4pr1
- MBS FileMaker Plugin, version 5.1pr5
- MBS Filemaker Plugin, version 3.0pr8
Created 18th August 2014, last changed 18th December 2020
WebView.IsLoading - WebView.LoadJavascriptURL
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins