Converts formatted text widget content to HTML markup.
JSONTEXTTOHTML(jsontext)
jsontext - the text from a text widget which should be converted to HTML markup text - Value type: text
This function is the reverse function to HTMLTOJSONTEXT, converting the content of a text widget into an HTML markup representation.
A common use case is to provide end users with the option to specify the body of an email using formatted text in a text widget.
Last updated 2 months ago