$getHTMLViewable

Modifies the given html code so that it can be viewed in a webbrowser.
Syntax
    $getHTMLViewable{HTML_code}
DocumentationModifies the given HTML code so that it can be viewed in a webbrowser:

    Parameters:
      HTML_code, the HTML code to be modified.
    Returns:
      the modified HTML code so that it can be viewed in a webbrowser.
Examples
    $getHTMLViewable{
    TEST
    }
    Result: <TABLE WIDTH=100% CELLPADDING=0> <TR> <TD> TEST </TD> </TR> </TABLE>
GroupString
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1