Platforms to show: All Mac Windows Linux Cross-Platform
ChromiumBrowserMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | HTMLViewer Win | MBS Win Plugin | 14.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Supports Xojo 2019r3 with MBS Plugin 20.1.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 13 properties
- property FocusedFrame as ChromiumFrameMBS
- property FrameCount as Integer
- property Handle as Integer
- property HasDocument as boolean
- property Identifier as Integer
- property IsPopup as boolean
- property MainFrame as ChromiumFrameMBS
- property Parent as Variant
- property PopupVisible as Boolean
- property WindowRenderingDisabled as Boolean
- property ZoomLevel as Double
- 28 methods
- method CanGoBack as boolean
- method CanGoForward as boolean
- method ClearFocus
- method Constructor Private
- method Destructor
- method ExecuteJavaScript(jsCode as string, scriptUrl as string = "", startLine as Integer = 0)
- method Find(identifier as Integer, searchText as string, forward as boolean, MatchCase as boolean, FindNext as boolean)
- method Frame(ID as Int64) as ChromiumFrameMBS
- method Frame(name as string) as ChromiumFrameMBS
- method FrameIdentifiers as Int64()
- method FrameNames as String()
- method GoBack
- method GoForward
- method IsLoading as boolean
- method Release
- method Reload
- method ReloadIgnoreCache
- method Retain
- method SetFocus(enableFocus as boolean = true)
- method StopFinding(clearSelection as boolean)
- method StopLoad
- 5 shared methods
- shared method AddCrossOriginWhitelist(SourceOrigin as String, TargetProtocol as String, TargetDomain as String, AllowTargetSubdomains as Boolean) as Boolean
- shared method ClearCrossOriginWhitelist as Boolean
- shared method LibVersion as Integer
- shared method RegisterExtension(ExtensionName as String, javascriptCode as String) as Boolean
- shared method RemoveCrossOriginWhitelist(SourceOrigin as String, TargetProtocol as String, TargetDomain as String, AllowTargetSubdomains as Boolean) as Boolean
This class has no sub classes.
Some methods using this class:
- DesktopHTMLViewer.ChromiumBrowserMBS as ChromiumBrowserMBS
- HTMLViewer.ChromiumBrowserMBS as ChromiumBrowserMBS
Some properties using for this class:
- ChromiumFrameMBS.Browser as ChromiumBrowserMBS
Some examples using this class:
- /Win/HTMLViewer Windows/Load HTML Test
- /Win/HTMLViewer Windows/WebKit - Chromium/HTMLViewer with WebKit on Windows
Blog Entries
- Upgrading WebKit for Windows support
- MBS Xojo Plugins, version 21.6pr3
- News from the MBS Xojo Plugins Version 21.3
- MBS Xojo Plugins, version 21.3pr1
- HTMLViewer JavaScript communication for Xojo
- MonkeyBread Software Releases the MBS Xojo Plugins in version 20.1
- MBS Xojo Plugins, version 20.1pr6
- Upgrading our HTMLViewer functions for Internet Explorer
- HTMLViewer JavaScript communication for Xojo
- MBS Xojo / Real Studio plug-ins in version 14.2
Xojo Developer Magazine
Release notes
- Version 22.0
- Changed window properties to variant, so you can use DesktopWindow there for WindowsShortCutMBS, WindowsPrintDialogMBS, WindowsPageSetupDialogMBS, WindowsICMSetupMBS, WindowsBlueToothSelectDeviceDialogMBS, TwainMBS, TaskDialogMBS, OpenDialogMBS, DirectShowVideoWindowMBS, WindowsStoreContextMBS, WindowsFileCopyMBS, WindowsFontDialogMBS, WindowsPreviewHandlerMBS, WindowsStoreContextMBS, ParentChromiumFrameMBS and ChromiumBrowserMBS classes.
- Version 21.3
- Added AddCrossOriginWhitelist, RemoveCrossOriginWhitelist and ClearCrossOriginWhitelist methods to ChromiumBrowserMBS class.
- Version 20.1
- Added ChromiumBrowserMBS.RegisterExtension function.
- Deprecated all methods in ChromiumBrowserMBS, which are not supported in CEF3.
- Version 17.3
- Fixed an issue with HTMLViewer.ChromiumBrowserMBS called too early in open event. Now returns nil instead of a crash.
- Version 17.2
- Added frame functions for ChromiumBrowserMBS. CEF3 only.
The items on this page are in the following plugins: MBS Win Plugin.
Checkbox - ChromiumCookieManagerMBS