Uiinfrastructure API Docs  
 

JSHelper.GetSafeJSVariableWarn Method 

Helper function to retrieve a safe javascript variable. The javascript function will show a javascript alert error with the name of the variable. Use for critical variables that absolutely need to be defined.

public static string GetSafeJSVariableWarn(
   string strName
);

Parameters

strName

Return Value

String

See Also

JSHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace