| Syntax | $getHTMLViewable{HTML_code} |
| Documentation | Modifies 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{
}
Result:
<TABLE WIDTH=100% CELLPADDING=0> <TR> <TD> TEST
</TD> </TR> </TABLE> |
| Group | String |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |