Uiinfrastructure API Docs  
 

ComponentMgr.GetComponentHeadContent Method (String)

Returns the HTML for the designated component that is should be written out within the HTML head tags.

public virtual HTMLElementCollection GetComponentHeadContent(
   string _strUniqueInstanceID
);

Parameters

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

Return Value

The script to write into the HTML head.

See Also

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