Uiinfrastructure API Docs  
 

ConstructStaticHelpers.GetJavascriptAnchor Method (String, String)

Static method to create a javascript onclick anchor. This version returns false. This is the most common case.

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

Parameters

strText
strJavascript

See Also

ConstructStaticHelpers Class | com.plumtree.xpshared.htmlconstructs Namespace | ConstructStaticHelpers.GetJavascriptAnchor Overload List