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.GetForm
Returns the name of the form with the given index.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| WebView | 1.6 | Yes | Yes | No | No | Yes |
MBS( "WebView.GetForm"; WebViewerRef; Index ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. | |
| Index | The index of the form to query. From 0 to WebView.GetFormCount-1. |
0 |
Result
The name of the form or an empty string.
Description
Returns the name of the form with the given index.See also
- WebView.GetFormCount
- WebView.GetFormValue
- WebView.GetHTMLText
- WebView.GetIcon
- WebView.GetLink
- WebView.GetSource
- WebView.GetURL
- WebView.SelectedText
- WebView.SetFocus
- WebView.setZoom
Release notes
- Version 10.1
- Added handing of Strikethrough text attribute for styled text conversion from NSAttributedString to FileMaker. Affects WebView.GetFormattedText, Clipboard.GetStyledText, RichText.FormattedText and other functions.
- Version 8.2
- Implemented WebView.GetFormattedText, WebView.CopyFormattedText and RichText.ReadWebviewer for iOS and FileMaker 16.
Created 18th August 2014, last changed 23th February 2018
WebView.GetEditable - WebView.GetFormButtonValue
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins