Uiinfrastructure API Docs  
 

ConstructStaticHelpers.GetJavascriptAnchor Method

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.

Overload List

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);

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

public static HTMLAnchor GetJavascriptAnchor(string,string);

See Also

ConstructStaticHelpers Class | com.plumtree.xpshared.htmlconstructs Namespace