HTMLViewer

From REALbasicWiki

Jump to: navigation, search
HTMLviewer class
Available on Mac OS X Linux Windows
General
Superclass RectControl
Interfaces
Constants
Methods
  • Cancel
  • LoadPage
  • LoadURL
Properties
  • IsAvalaible as boolean This property is read-only
Events
  • CancelLoad...
  • DocuemntBegin...
  • DocumentComplete....
  • DocumentProgressChanged...
  • Error...
  • NewWindow...
  • SecurityChanged...
  • StatusChanged...
  • TitleChanged...

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.
Personal tools
related