04 MIDAS CLASSES/GeniiRTItem

ExportToHTML method
Version added: 2.50
Converts the rich text in the field to HTML (using logic similar to the  GenerateHTML method in the  GeniiRTChunk class ) and saves the converted HTML to the filename specified.  Images should be saved to disk using the ImageHandling='To Disk' property pair.
Defined in
GeniiRTItem class
Syntax
Call  geniiRTItem .ExportToHTML( pathname$ html_type$ properties$ )
Parameter
pathname$
String.   The pathname to the file to which the HTML should be saved, usully with an extenion of .htm
html_type
String.   Currently can be "HTML" or "XHTML", but in future versions the options may change.
properties$
String.   If specified, these are the property pairs for HTML conversion.   See the  GenerateHTML method and the  Working with HTML generation topic for details.

Example