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.CopyFormattedText
Copies formatted text from web view to clipboard.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| WebView | 3.1 | Yes | Yes | No | No | Yes |
MBS( "WebView.CopyFormattedText"; WebViewerRef ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. |
Result
Returns OK or error.
Description
Copies formatted text from web view to clipboard.You can insert it with the insert script step.
Works well in FileMaker 12. In FileMaker 11 there are bugs so FileMaker doesn't import styles right from clipboard.
Works for WebKit 2.x with plugin version 9.0.
On windows, we do select all, copy and unselect to get all text to clipboard.
See also
Blog Entries
Release notes
- Version 8.2
- Implemented WebView.GetFormattedText, WebView.CopyFormattedText and RichText.ReadWebviewer for iOS and FileMaker 16.
Created 18th August 2014, last changed 3th July 2020
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins