$setSource(<file_name:string>) |
With this you can display the page at szFile location (szFile include the path). |
$backward() |
Changes the document displayed to the previous document in the list of documents built by navigating links. |
$forward() |
Changes the document displayed to the next document in the list of documents built by navigating links. |
$home() |
Changes the document displayed to be the first document the browser displayed. |
$reload() |
Reloads the current set source. |
$linkClickedEvent(<link_href:string>) |
Triggered when a link is clicked by the user. The default implementation of this function emits the "linkClicked" signal. |