Plumtree Tags API  
 

ATag.ProcessTagBody Method 

This method displays the HTML and Transformer Tags that are inside this tag.

This method may be called zero times, once, or multiple times during the lifecycle of a tag. Tags that call this method multiple times should return TagType.LOOPING from the GetTagType method. Tags that never call this method should return TagType.NO_BODY from the GetTagType method.

Tag Utility Method
public virtual HTMLElement ProcessTagBody();

Return Value

HTMLElement The result of displaying the HTML and Transformer Tags inside this tag.

See Also

ATag Class | com.plumtree.portaluiinfrastructure.tags Namespace