Platforms to show: All Mac Windows Linux Cross-Platform
LinuxWebViewMBS.BackForwardList as LinuxWebBackForwardListMBS
Function:
Obtains the BackForwardList associated with the given WebView.
Notes: The BackForwardList is owned by the WebView.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes: The BackForwardList is owned by the WebView.
LinuxWebViewMBS.CanCopyClipboard as boolean
Function:
Whether copy is possible.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.CanCutClipboard as boolean
Function:
Whether cut is possible.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.CanGoBack as boolean
Function:
Determines whether web_view has a previous history item.
Notes: Returns true if able to move back, false otherwise.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes: Returns true if able to move back, false otherwise.
LinuxWebViewMBS.CanGoBackOrForward(steps as Integer) as boolean
Function:
Determines whether web_view has a history item of steps.
Notes:
Negative values represent steps backward while positive values represent steps forward.
steps: the number of steps
Returns true if able to move back or forward the given number of steps, false otherwise.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes:
Negative values represent steps backward while positive values represent steps forward.
steps: the number of steps
Returns true if able to move back or forward the given number of steps, false otherwise.
LinuxWebViewMBS.CanGoForward as boolean
Function:
Determines whether web_view has a next history item.
Notes: Returns true if able to move forward, false otherwise
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes: Returns true if able to move forward, false otherwise
LinuxWebViewMBS.CanPasteClipboard as boolean
Function:
Whether paste is possible.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.CanRedo as boolean
Function:
Whether redo is possible.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.CanShowMimeType(MimeType as string) as boolean
Function:
This functions returns whether or not a MIME type can be displayed using this view.
Notes:
MimeType: a MIME type
Return boolean indicating if the MIME type can be displayed.
See also FileExtensionToMimeTypeMBS function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes:
MimeType: a MIME type
Return boolean indicating if the MIME type can be displayed.
See also FileExtensionToMimeTypeMBS function.
LinuxWebViewMBS.CanUndo as boolean
Function:
Whether undo is possible.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.Constructor private
Function:
The private constructor.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.CopyClipboard
Function:
Copies the current selection inside the web_view to the clipboard.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.CustomEncoding as string
Function:
The current WebKitWebView encoding.
Notes: (Read and Write computed property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes: (Read and Write computed property)
LinuxWebViewMBS.CutClipboard
Function:
Cuts the current selection inside the web_view to the clipboard.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.DeleteSelection
Function:
Deletes the current selection inside the web_view.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.Destructor
Function:
The destructor.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.Editable as boolean
Function:
Whether the user is allowed to edit the document.
Notes:
If flag is true, webview allows the user to edit the document. If flag is false, an element in webview's document can only be edited if the CONTENTEDITABLE attribute has been set on the element or one of its parent elements. You can change webview's document programmatically regardless of this setting. By default a WebKitWebView is not editable.
Normally, an HTML document is not editable unless the elements within the document are editable. This function provides a low-level way to make the contents of a WebKitWebView editable without altering the document or DOM structure.
(Read and Write computed property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes:
If flag is true, webview allows the user to edit the document. If flag is false, an element in webview's document can only be edited if the CONTENTEDITABLE attribute has been set on the element or one of its parent elements. You can change webview's document programmatically regardless of this setting. By default a WebKitWebView is not editable.
Normally, an HTML document is not editable unless the elements within the document are editable. This function provides a low-level way to make the contents of a WebKitWebView editable without altering the document or DOM structure.
(Read and Write computed property)
LinuxWebViewMBS.Encoding as string
Function:
Returns the default encoding of the WebKitWebView.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.EvaluateScript(script as string) as string
Function:
Evaluates a string of JavaScript.
Notes:
script A string containing the script to evaluate.
Returns the value as string that results from evaluating script, or "" if an exception is thrown.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes:
script A string containing the script to evaluate.
Returns the value as string that results from evaluating script, or "" if an exception is thrown.
LinuxWebViewMBS.ExecuteScript(script as string)
Function:
Executes java script.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.FocusedFrame as LinuxWebFrameMBS
Function:
Returns the frame that has focus or an active text selection.
Notes: Returns the focused frame or nil if no frame is focused
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes: Returns the focused frame or nil if no frame is focused
LinuxWebViewMBS.FullContentZoom as boolean
Function:
Whether the zoom level affects only text or all elements.
Notes:
False if only text should be scaled (the default), true if the full content of the view should be scaled.
(Read and Write computed property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes:
False if only text should be scaled (the default), true if the full content of the view should be scaled.
(Read and Write computed property)
LinuxWebViewMBS.GoBack
Function:
Loads the previous history item.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.GoBackOrForward(steps as Integer)
Function:
Loads the history item that is the number of steps away from the current item.
Notes: Negative values represent steps backward while positive values represent steps forward.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes: Negative values represent steps backward while positive values represent steps forward.
LinuxWebViewMBS.GoForward
Function:
Loads the next history item.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.GoToItem(item as LinuxWebHistoryItemMBS) as boolean
Function:
Go to the specified history item.
Notes: Returns true if loading of item is successful, false if not.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes: Returns true if loading of item is successful, false if not.
LinuxWebViewMBS.HasSelection as boolean
Function:
Determines whether text was selected.
Notes: Returns true if there is selected text, false if not
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes: Returns true if there is selected text, false if not
LinuxWebViewMBS.IconURL as string
Function:
Returns the favorite icon URL for the current website.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
LinuxWebViewMBS.Inspector as LinuxWebInspectorMBS
Function:
Obtains the WebKitWebInspector associated with the WebKitWebView.
Notes: Every WebKitWebView object has a WebKitWebInspector object attached to it as soon as it is created, so this function will only return nil if the argument is not a valid WebKitWebView.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
Notes: Every WebKitWebView object has a WebKitWebInspector object attached to it as soon as it is created, so this function will only return nil if the argument is not a valid WebKitWebView.
The items on this page are in the following plugins: MBS Linux Plugin.
Feedback: Report problem or ask question.
