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