Uiinfrastructure API Docs  
 

ConstructStaticHelpers.GetJavascriptAnchor Method (String)

Static method to create a javascript onclick anchor. This version returns false, and adds no text to be displayed in the anchor. This is the most common case.

public static HTMLAnchor GetJavascriptAnchor(
   string strJavascript
);

Parameters

strJavascript

See Also

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