Ext.EncodeHTML( Variant v )

Description

Returns a string with the string contents of "v" HTML-encoded.

Argument

v

Use this argument to provide a string to encode.

Return Values

The HTML-encoded version of the string v.

Example:

var encString = Ext.EncodeHTML( html );

Related Topics

Extension Functions