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 license.

 

Attributes
Name Type Class Note
ClickedUrl S GN  
Contents S IS Inline html
CurrentUrl S GN  
DiscreteInput B IS  
ImagesInDecodeQueue N GN  
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.
Qualifier N GN  
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:
  • All
  • Displayed
  • NonDisplayed
GoToUrl url,[target] Note that GoUrl is still supported, but obsolete
PauseAnim    
Reload    
Search <string>,[flags] flags is a combination of:
  • Case
  • Pattern
  • Back
  • Top
  • Next