WebHTMLViewer

From Xojo Documentation

Class (inherits from WebUIControl)


New in 2010r4

WebHTMLViewer is used to display HTML in your web applications. The HTML can be supplied as a string or can come from an external URL to display pages that are not part of the web application.

Events
Closed Hidden Shown
ContextualMenuSelected Opening


Properties
ContextualMenu Name fa-lock-32.png
ControlID fa-lock-32.png Page fa-lock-32.png
Enabled Parent fa-lock-32.png
HTML Style
Height TabIndex
Indicator Tooltip
Left Top
LockBottom fa-lock-32.png URL
LockHorizontal fa-lock-32.png UseSandbox
LockLeft fa-lock-32.png Visible
LockRight fa-lock-32.png Width
LockVertical fa-lock-32.png


Methods
Close LoadHTML SetFocus
ExecuteJavaScript LoadURL UpdateBrowser
GotoURL Print

Notes

The WebHTMLViewer appears in the Web Page Layout Editor as a large rectangular area.

See Also

HTMLViewer, WebFile, WebImageViewer