SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.EncodeJavaScript( Variant v )
Returns a string with the string contents of "v" JavaScript-encoded.
v
Use this argument to provide a string to encode.
The JavaScript-encoded version of the string v.
Example:
var jsEncd = Ext.EncodeJavaScript( javaScript );
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.