Uiinfrastructure API Docs  
 

ComponentMgr.GetComponentPostContent Method (String)

Returns the HTML for the designated component that should be written out after the component itself.

public virtual HTMLElementCollection GetComponentPostContent(
   string _strUniqueInstanceID
);

Parameters

_strUniqueInstanceID
The unique instance ID by which to identify the component.

Return Value

The script to write after the component.

See Also

ComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace | ComponentMgr.GetComponentPostContent Overload List