Ext.EncodeJavaScript( Variant v )

Description

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

Argument

v

Use this argument to provide a string to encode.

Return Values

The JavaScript-encoded version of the string v.

Example:

var jsEncd = Ext.EncodeJavaScript( javaScript );

Related Topics

Extension Functions