MBS Xojo Developer Conference and Training
Join us from 11th to 14th September 2013 in Koblenz.
Join us from 11th to 14th September 2013 in Koblenz.
Platforms to show: All Mac Windows Linux Cross-Platform
LinuxWebViewMBS class
class, HTMLViewer,
MBS Real Studio Linux Plugin
(LinuxWebKit),
class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The class for a WebKit WebView on Linux.
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The class for a WebKit WebView on Linux.
- property Handle as Integer
- property HTMLViewer as HTMLViewer
- property CustomEncoding as string
- property Editable as boolean
- property FullContentZoom as boolean
- property Transparent as boolean
- property ViewSourceMode as boolean
- property ZoomLevel as double
- shared method Available as Boolean
- shared method CacheModel as Integer
- method CanCopyClipboard as boolean
- method CanCutClipboard as boolean
- method CanGoBack as boolean
- method CanGoBackOrForward(steps as integer) as boolean
- method CanGoForward as boolean
- method CanPasteClipboard as boolean
- method CanRedo as boolean
- method CanShowMimeType(MimeType as string) as boolean
- method CanUndo as boolean
- method Constructor
- shared method CookieStore as LinuxWebCookieStoreMBS
- method CopyClipboard
- method CutClipboard
- method DeleteSelection
- method Destructor
- method Encoding as string
- method ExecuteScript(script as string)
- method FocusedFrame as LinuxWebFrameMBS
- method GoBack
- method GoBackOrForward(steps as integer)
- method GoForward
- method HasSelection as boolean
- method IconURL as string
- method LoadHTMLString(HTMLString as string, BaseURL as string = "")
- method LoadStatus as integer
- method LoadString(content as string, MimeType as String, Encoding as String, BaseURL as string)
- method LoadURL(URL as string)
- method MainFrame as LinuxWebFrameMBS
- method PasteClipboard
- method Progress as double
- shared method ProxyURL as String
- method Redo
- method Reload
- method ReloadIgnoreCache
- method SelectAll
- shared method SetCookieStore(newStore as LinuxWebCookieStoreMBS)
- method SetHighlightTextMatches(highlight as boolean)
- method StopLoading
- method Title as string
- method Undo
- method UnmarkTextMatches
- method URL as string
- method ZoomIn
- method ZoomOut
Cache Model Constants
| Constant | Value | Description |
|---|---|---|
| kCacheModelDocumentViewer | 1 |
Cache in Document Viewer. |
| kCacheModelWebBrowser | 2 |
Cache in Web Browser. |
Load State Constants
| Constant | Value | Description |
|---|---|---|
| kLoadCommitted | 1 |
The first data chunk has arrived, meaning that the necessary transport requirements are stabilished, and the load is being performed. |
| kLoadFailed | 4 |
This state means that some error occurred during the page load that prevented it from being completed. You can connect to the error event if you want to know precisely what kind of error occurred. |
| kLoadFinished | 2 |
This state means that everything that was required to display the page has been loaded. |
| kLoadFirstVisuallyNonEmptyLayout | 3 |
The first layout with actual visible content happened; one or more layouts may have happened before that caused nothing to be visible on the screen, because the data available at the time was not significant enough. |
| kLoadProvisional | 0 |
No data has been received yet, empty structures have been allocated to perform the load; the load may still fail for transport issues such as not being able to resolve a name, or connect to a port. |
This class has no sub classes.
Some methods using this class:
Some properties using for this class:
Some examples which use this class:
The items on this page are in the following plugins: MBS Real Studio Linux Plugin.
Links
MBS Real Studio Plugins