Uiinfrastructure API Docs  
 

ComponentMgr.GetPagePostContent Method 

This method is meant to return the page-level "post" content for components of this type. This method just returns null. It could have been abstract, but many components do need to use it. If you need this, you should override it.

public virtual HTMLElementCollection GetPagePostContent();

Return Value

The HTML and script that should be written after the component.

See Also

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