HTMLViewer
From REALbasicWiki
| This article is a stub. You can help the REALbasicWiki community by expanding it. |
| |||||
|---|---|---|---|---|---|
| Available on | | ||||
| General | |||||
| Superclass | RectControl | ||||
| Interfaces | |||||
| Constants | |||||
| Methods | |||||
| |||||
| Properties | |||||
| Events | |||||
| |||||
|
NOTE: You can get descriptions of the items above from the REALbasic documentation. | |||||
HTMLViewer is a control to display some HTML content. The HTML content can come from:
- An external website, so you should use {{code|ShowURL]] method
- A local file which is accompanied by all its linked files, so you would use the HTMLViewer.LoadPage f (as FolderItem). Note: the parent of f must contain all the linked files.
- A local file but you also give a folder where the HTML code can find all the linked files.
