Uiinfrastructure API Docs  
 

GeneralHelpers.EscapeJavascript Method 

This method escapes a String for use in Javascript. This code was adapted from Studio's code (Patrick Corcoran)

public static string EscapeJavascript(
   string strInput
);

Parameters

strInput

Return Value

String the escaped version of the input

See Also

GeneralHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace