Plumtree Tags API  
 

ATag.AddJavascript Method 

This method is used to add JavaScript for this tag.

This method should not be used for common JavaScript for a tag (such as JavaScript includes) that only needs to be displayed once per page, regardless of how many instances of this tag there are on the page. DisplaySharedJavaScript() should be used instead.

JavaScript added using this method will not be displayed in Section 508 compliance mode, as 508 screen readers do not allow JavaScript.

Tag Utility Method
public virtual void AddJavascript(
   HTMLScriptCollection _script
);

Parameters

_script

See Also

ATag Class | com.plumtree.portaluiinfrastructure.tags Namespace