Uiinfrastructure API Docs  
 

ConstructStaticHelpers.GetJavascriptAnchorReturnFunctionValue Method 

Static method to create a javascript onclick anchor. This version returns the return value of the javascript function.

public static HTMLAnchor GetJavascriptAnchorReturnFunctionValue(
   string strText,
   string strJavascript
);

Parameters

strText
strJavascript

See Also

ConstructStaticHelpers Class | com.plumtree.xpshared.htmlconstructs Namespace