Uiinfrastructure API Docs  
 

ComponentMgr.GetComponentPreFormContent Method (String)

Returns the HTML for the designated component that should be written out before the form in which the component is embedded.

public virtual HTMLElementCollection GetComponentPreFormContent(
   string _strUniqueInstanceID
);

Parameters

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

Return Value

The script to write before the form in which the component is embedded.

See Also

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