Examples
editor.htmlEncode(text)
Converts a string into an HTML-encoded string.
Syntax
editor.htmlEncode(string)
Parameter
Type: String
Required. The string to encode.
Return value
Type: String
An encoded string.
Converts a string into an HTML-encoded string.
editor.htmlEncode(string)
Type: String
Required. The string to encode.
Type: String
An encoded string.