HtmlView (gb.form.htmlview)
This class provides a lightweight HTML/CSS viewer.
It supports most Of the HTML5 / CSS3 syntax.
Properties
|
Background
|
|
|
Border
|
Return or set if the control has a border.
|
|
Dir
|
Return or set the root part used by relative URLs.
|
|
Foreground
|
|
|
Html
|
Return or set the HTML contents of the HtmlView.
|
|
Invert
|
Return or set if the colors are inverted for dark mode.
|
|
MonospaceFont
|
Return or set the HTML "monospace" font.
|
|
Url
|
Return or set the URL displayed by the view.
|
|
Zoom
|
Return or set the view zoom factor.
|
Inherited properties
Methods
|
Back
|
Move back into the view history.
|
|
Clear
|
Clear the view contents.
|
|
Forward
|
Move forward into the view history.
|
|
Load
|
Load a HTML file inside the view.
|
|
LoadCss
|
Define some extra CSS
|
|
Reload
|
Reload the view contents.
|
Inherited methods
Events
|
Link
|
This event is raised when an URL can't be handled automatically by the HtmlView.
|
|
Title
|
This event is raised when the title of the page is defined.
|
Inherited events