Uiinfrastructure API Docs  
 

AComponent.GetComponentPostContent Method 

This method returns script that needs to be printed after the component itself has been printed. This method could have been abstract except that most components do not have a use for it. It therefore returns null and should be overridden as needed. (Note: there is an anologous method for printing page- level content in ComponentMgr.)

public virtual HTMLElementCollection GetComponentPostContent();

Return Value

HTML that should be printed after the component itself.

See Also

AComponent Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace