| Index | Parent | Htmlview class |
The Htmlview class creates virtualgroups that show html sources.
The Htmlview class is a subclass of Htmlview.mcc, so you must have Htmlview.mcc in
MUI:Libs/MUI to use it.
Htmlview.mcc is copyright of Allan Odgaard.
From the doc of HTMLview.mcc:
The above applies as well to ARexx programming, so if you release a Shareware or commercial application based on RxMUI and HTMLview.mcc you have to ask to Allan Odgaard for a licence.
| ATTRIBUTES | |||
|---|---|---|---|
| Name | Type | Class | Note |
| ClickedUrl | S | GN | |
| Contents | S | IS | Inline html |
| CurrentUrl | S | GN | |
| DiscreteInput | B | IS | |
| ImagesInDecodeQueue | N | GN | Note that ImageInDecodeQueue is still supported, but obsolete |
| NoContextMenu | B | I | Do not add the context menu by default. |
| NTAutoLoad | B | I | You must handle the loading of the local files. |
| PageID | N | GN | |
| Parsed | N | GN | |
| PropHDeltaFactor | N | N | A suitable value for DeltaFactor of a horiz Scrollbar object. |
| PropVDeltaFactor | N | GN | A suitable value for DeltaFactor of a vert Scrollbar object. |
| Target | S | GN | |
| Title | S | GN | |
| Url | S | GN | |
| VLink | S | I | This is a <64 chars long ARexx stem name used as visited links array. Anytime a
link is to be drawn, HTMLview checks if that link is in VLink.0, ... as it exists.
Note that is your job to insert the visited links in the array. |
| METHODS | ||
|---|---|---|
| Name | Parameters | Note |
| Abort | ||
| ContinueAnims | ||
| FlushImage | <name> | The name of an image or one of:
|
| GoToUrl | url,[target] | Note that GoUrl is still supported, but obsolete |
| PauseAnim | ||
| Relad | ||
| Search | <string>,[flags] | flags is a combination of:
|