Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
Component: WebView
Control webviewer.
Fill form fields, run javascript or copy content of webviewer.
Name | Description | Mac/Win | Version |
---|---|---|---|
WebView.AllowsAnyHTTPSCertificateForHost | Allows a certain host to allow use of any HTTP certificates. | Mac only | 6.2 |
WebView.ClearSelection | Clears selection. | Mac/Win | 7.4 |
WebView.ClickInput | Clicks the specified Input Element. | Mac/Win/iOS | 1.4 |
WebView.Close | Closes a custom webview. | Mac only | 7.4 |
WebView.Cookies.ClearForURL | Deletes all cookies for a given website. | Mac only | 5.0 |
WebView.Cookies.Count | Queries number of cookies. | Mac only | 5.0 |
WebView.Cookies.Query | Queries a property of a cookie. | Mac only | 5.0 |
WebView.Copy | Copies current text selection to clipboard. | Mac/Win/iOS | 7.4 |
WebView.CopyFormattedText | Copies formatted text from webview to clipboard. | Mac/Win/iOS | 3.1 |
WebView.Create | Creates a new webview inside the window with the given rectangle. | Mac only | 7.4 |
WebView.CreateOnPopover | Creates a new webview inside the window on top of popover with the given rectangle. | Mac only | 8.1 |
WebView.Cut | Cuts current text selection. | Mac/Win/iOS | 7.4 |
WebView.DisableJavascriptAlerts | Disables alert() command in Javascript. | Mac only | 2.5 |
WebView.EstimatedProgress | Returns the estimated progress of the webviewer. | Mac/Win/iOS | 1.4 |
WebView.ExecCommand | Executes a command on Windows IE. | Win only | 7.3 |
WebView.FindByName | Returns a unique ID that references a the web viewer. | Mac/Win/iOS | 1.3 |
WebView.FindWindowByIndex | Returns the Window Reference for a window specified by the Index parameter. | Mac/Win/iOS | 1.3 |
WebView.FindWindowByTitle | Returns the Window Reference for a window specified by the Index parameter. | Mac/Win/iOS | 1.3 |
WebView.FormReset | Resets the Specified Form. | Mac/Win/iOS | 1.4 |
WebView.FormSubmit | Submits the specified Form | Mac/Win/iOS | 1.4 |
WebView.GetAutoResizingMask | Queries auto resizing mask. | Mac only | 7.5 |
WebView.GetCustomUserAgent | Queries the current custom user agent string. | Mac only | 2.9 |
WebView.GetEditable | Queries the editable state. | Mac/Win/iOS | 3.0 |
WebView.GetForm | Returns the name of the form with the given index. | Mac/Win/iOS | 1.6 |
WebView.GetFormButtonValue | Gets the value of the specified Button. | Mac/Win/iOS | 1.4 |
WebView.GetFormCount | Returns the number of forms on the website which is currently visible in the webviewer. | Mac/Win/iOS | 1.6 |
WebView.GetFormInputChecked | Returns the value of the specified check box or radiobutton. | Mac/Win/iOS | 1.4 |
WebView.GetFormInputValue | Returns the value of the specified Input Form. | Mac/Win/iOS | 1.4 |
WebView.GetFormSelectOptions | Queries the possible values of a select element. | Mac/Win/iOS | 3.1 |
WebView.GetFormSelectValue | Gets the value of a select element, such as a list or a combo box or a menu. | Mac/Win/iOS | 1.4 |
WebView.GetFormTextAreaValue | Returns the value of the specified text area. | Mac/Win/iOS | 1.4 |
WebView.GetFormValue | Returns the value from the Specified Field. | Mac/Win/iOS | 1.3 |
WebView.GetFormattedText | Queries the current text of the document. | Mac/iOS | 5.0 |
WebView.GetHTMLText | Queries the current HTML of the document. | Mac/Win/iOS | 2.8 |
WebView.GetHidden | Queries a web viewer’s hidden state. | Mac only | 7.1 |
WebView.GetIcon | Queries the favorite icon of current webpage. | Mac only | 5.0 |
WebView.GetImage | Returns a property of the image with the given index. | Mac/Win/iOS | 2.2 |
WebView.GetImageCount | Returns the number of images on the current webpage. | Mac/Win/iOS | 2.2 |
WebView.GetInternetExplorerVersion | Queries the Internet Explorer version to use for Webviewer. | Win only | 6.4 |
WebView.GetLink | Returns a property of the link with the given index. | Mac/Win/iOS | 1.8 |
WebView.GetLinkCount | Returns the number of links on the current webpage. | Mac/Win/iOS | 1.8 |
WebView.GetPlainText | Queries the current text of the document. | Mac/Win/iOS | 3.1 |
WebView.GetPreferences | Queries WebView preferences parameters. | Mac/iOS | 2.2 |
WebView.GetPrintParameter | Queries print parameters | Mac only | 2.1 |
WebView.GetSilent | Queries silent mode for webviewer. | Win only | 6.5 |
WebView.GetSource | Queries the html source from the webviewer. | Mac/Win/iOS | 1.5 |
WebView.GetSourceData | Queries the source data from the webviewer. | Mac/iOS | 2.1 |
WebView.GetTitle | Returns the current title of the web page that is being displayed by the specified WebViewer | Mac/Win/iOS | 1.4 |
WebView.GetURL | Queries the current document URL in the webviewer. | Mac/Win/iOS | 2.2 |
WebView.GoBack | Moves backward a page in the history. | Mac/Win/iOS | 2.4 |
WebView.GoForward | Moves forward a page in the history. | Mac/Win/iOS | 2.4 |
WebView.InstallCallback | This function needs to be called one time to enable JavaScript to reach out out from the web viewer to run a FileMaker Script. | Mac/Win | 1.3 |
WebView.InstallMultiFileOpenDialog | Installs support to the WebViewer for multiple file selections. | Mac only | 5.1 |
WebView.IsLoading | This function returns True if the Specified web viewer is still loading. | Mac/Win/iOS | 1.4 |
WebView.LoadHTML | Loads HTML string to webviewer. | Mac/Win/iOS | 3.0 |
WebView.LoadJavascriptURL | Loads the given javscript URL into the webviewer. | Mac/Win/iOS | 2.1 |
WebView.LoadURL | Loads the given URL into the webviewer. | Mac/Win/iOS | 2.1 |
WebView.MakeTextLarger | Increases the text size. | Mac/iOS | 4.1 |
WebView.MakeTextSmaller | Decreases the text size. | Mac/iOS | 4.1 |
WebView.MakeTextStandardSize | Sets text to standard size. | Mac/iOS | 4.1 |
WebView.Passwords.Clear | Clears the list of passwords. | Mac only | 6.3 |
WebView.Passwords.Install | Installs the plugin functions which watch for password requests on a webviewer. | Mac only | 6.3 |
WebView.Passwords.Set | Stores a password for later. | Mac only | 6.3 |
WebView.Paste | Pastes text from clipboard. | Mac/Win/iOS | 7.4 |
WebView.PressKey | Sends a keypress to webviewer. | Win only | 6.2 |
WebView.Print | Prints the current webview content. | Mac/Win/iOS | 1.8 |
WebView.PrintPreview | Shows the print preview dialog from Internet Explorer. | Win only | 2.6 |
WebView.PrintToFile | Prints the current webview content to PDF file. | Mac only | 4.0 |
WebView.Release | Releases a web viewer iD. | Mac/Win/iOS | 1.4 |
WebView.Reload | Reloads the WebViewer. | Mac/Win/iOS | 1.4 |
WebView.RenderImage | Renders the webview to a picture. | Mac/Win | 2.1 |
WebView.RenderPDF | Renders the webview to a PDF. | Mac only | 3.0 |
WebView.RunJavaScript | Executes the Javascript on the specified webViewer control. | Mac/Win/iOS | 1.3 |
WebView.RunJavaScriptReturnTitle | Run the specified JavaScript and then returns the value of the title property to FileMaker. | Mac/Win/iOS | 1.4 |
WebView.Screenshot | Takes a screenshot of the area used by the webviewer. | Mac/Win/iOS | 3.0 |
WebView.Scrollbar.getHorizontalMaximum | Queries maximum value for horizontal scrollbar. | Mac only | 5.0 |
WebView.Scrollbar.getHorizontalPosition | Queries current value for horizontal scrollbar. | Mac only | 5.0 |
WebView.Scrollbar.getVerticalMaximum | Queries maximum value for vertical scrollbar. | Mac only | 5.0 |
WebView.Scrollbar.getVerticalPosition | Queries current value for vertical scrollbar. | Mac only | 5.0 |
WebView.Scrollbar.set | Scrolls to the given coordinates. | Mac only | 5.0 |
WebView.SearchText | Searches text in a webviewer. | Mac/Win | 2.3 |
WebView.SelectAll | Selects all text in web viewer. | Mac/Win/iOS | 7.4 |
WebView.SelectedText | Queries text of current selection. | Mac/Win/iOS | 5.0 |
WebView.SendCommand | Executes a command on Windows IE. | Win only | 7.3 |
WebView.SetAutoResizingMask | Sets the auto resizing mask. | Mac only | 7.5 |
WebView.SetCustomUserAgent | Sets the custom user agent text. | Mac only | 2.9 |
WebView.SetEditable | Sets whether the web viewer allows the user to edit its HTML document. | Mac/Win/iOS | 3.0 |
WebView.SetFormButtonValue | Sets the value of a Button on the specified form | Mac/Win/iOS | 1.4 |
WebView.SetFormInputChecked | Sets the value of the specified Check Box or Radiobutton. | Mac/Win/iOS | 1.4 |
WebView.SetFormInputValue | Sets the value of the specified input element | Mac/Win/iOS | 1.4 |
WebView.SetFormSelectValue | Sets the value of a select element, such as a list or a combo box or a menu. | Mac/Win/iOS | 1.4 |
WebView.SetFormTextAreaValue | Sets the value of a Text Area Element. | Mac/Win/iOS | 1.4 |
WebView.SetFormValue | Set the value of the specified Field in a webviewer. | Mac/Win/iOS | 1.3 |
WebView.SetHidden | Sets a web viewer to be invisible. | Mac only | 7.1 |
WebView.SetInternetExplorerVersion | Sets the Internet Explorer version to use for Webviewer. | Win only | 6.4 |
WebView.SetPreferences | Sets WebView preferences parameters. | Mac/iOS | 2.2 |
WebView.SetPrintParameter | Sets print parameters for Webview.Print method. | Mac only | 2.1 |
WebView.SetSilent | Sets silent mode for webviewer. | Win only | 6.5 |
WebView.SetTitle | Sets the title of the web page that is currently being displayed in the web Viewer. | Mac/Win/iOS | 1.4 |
WebView.canResetPageZoom | Whether web page can be reset. | Mac/iOS | 4.1 |
WebView.canZoomPageIn | Whether web page can be zoomed in. | Mac/iOS | 4.1 |
WebView.canZoomPageOut | Whether web page can be zoomed out. | Mac/iOS | 4.1 |
WebView.getMediaVolume | Queries the maximum volume of all sounds generated on this webview. | Mac only | 4.1 |
WebView.getPageSizeMultiplier | Queries the page size multiplier. | Mac/iOS | 4.1 |
WebView.resetPageZoom | Resets the web page zoom. | Mac/iOS | 4.1 |
WebView.setMediaVolume | Sets the maximum volume of all sounds generated on this webview. | Mac only | 4.1 |
WebView.setPageSizeMultiplier | Sets the page size multiplier. | Mac/iOS | 4.1 |
WebView.setZoom | Sets the optical scale of the webpage. | Win/iOS | 4.2 |
WebView.zoomPageIn | Zooms web page in. | Mac/iOS | 4.1 |
WebView.zoomPageOut | Zooms web page out. | Mac/iOS | 4.1 |
Webview.AddScriptMessageHandler | Adds a script message handler. | Mac only | 8.0 |
Webview.RemoveScriptMessageHandler | Removes a script message handler. | Mac only | 8.0 |
112 functions.
Feedback: Report problem or ask question.
Links
MBS Xojo blog