Platforms to show: All Mac Windows Linux Cross-Platform

Back to LinuxWebFrameMBS class.

LinuxWebFrameMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
The private constructor.

LinuxWebFrameMBS.DataSource as LinuxWebDataSourceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns the committed data source.

LinuxWebFrameMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
The destructor.

LinuxWebFrameMBS.FindFrame(name as string) as LinuxWebFrameMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Searches a frame by name.

For pre-defined names, returns frame if name is "_self" or "_current", returns frame's parent frame if name is "_parent", and returns the main frame if name is "_top". Also returns frame if it is the main frame and name is either "_parent" or "_top". For other names, this function returns the first frame that matches name. This function searches frame and its descendents first, then frame's parent and its children moving up the hierarchy until a match is found. If no match is found in frame's hierarchy, this function will search for a matching frame in other main frame hierarchies. Returns nil if no match is found.

name: the name of the frame to be found
Returns the found WebKitWebFrame or nil in case none is found.

LinuxWebFrameMBS.JSContext as LinuxJavaScriptContextMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Queries the javascript context for this webframe.

LinuxWebFrameMBS.LoadAlternateString(content as string, BaseURL as string, unreachableURL as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Request loading of an alternate content for a URL that is unreachable.

Using this method will preserve the back-forward list. The URI passed in base url has to be an absolute URI.

LinuxWebFrameMBS.LoadRequest(request as LinuxWebNetworkRequestMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Connects to a given URI by initiating an asynchronous client request.

Creates a provisional data source that will transition to a committed data source once any data has been received. Use StopLoading to stop the load. This function is typically invoked on the main frame.

LinuxWebFrameMBS.LoadStatus as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns the current load state.

LinuxWebFrameMBS.LoadString(content as string, MimeType as String, Encoding as String, BaseURL as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Requests loading of the given content with the specified MimeType, encoding and BaseURL.

If mime_type is "", "text/html" is assumed.
If encoding is "", "UTF-8" is assumed.

Content: an URI string
MimeType: the MIME type, or "".
Encoding: the encoding, or "".
BaseURL: the base URI for relative locations.
See also FileExtensionToMimeTypeMBS function.

LinuxWebFrameMBS.LoadURL(URL as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Requests loading of the specified URI string.

LinuxWebFrameMBS.Name as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns the frame's name

LinuxWebFrameMBS.NetworkResponse as LinuxWebNetworkResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns the network response.

Returns a NetworkResponse object representing the response that was given to the request for the given frame, or nil if the frame was not created by a load. You must unref the object when you are done with it.

LinuxWebFrameMBS.Parent as LinuxWebFrameMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns the frame's parent frame, or nil if it has none.

LinuxWebFrameMBS.Print

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Asks the control to print it's content.

LinuxWebFrameMBS.ProvisionalDataSource as LinuxWebDataSourceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
You use the LoadRequest method to initiate a request that creates a provisional data source.

The provisional data source will transition to a committed data source once any data has been received. Use DataSource to get the committed data source.

Returns the provisional WebDataSource or nil if a load request is not in progress.

LinuxWebFrameMBS.Reload

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Reloads the initial request.

LinuxWebFrameMBS.StopLoading

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Stops any pending loads on frame's data source, and those of its children.

LinuxWebFrameMBS.Title as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns the frame's document title

LinuxWebFrameMBS.URL as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns the current URI of the contents displayed by the frame.

The items on this page are in the following plugins: MBS Linux Plugin.


The biggest plugin in space...