Uiinfrastructure API Docs  
 

ComponentMgr.GetComponentPreContent Method (Int32)

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

public virtual HTMLElementCollection GetComponentPreContent(
   int _nIndex
);

Parameters

_nIndex
The index by which to identify the component.

Return Value

The script to write before the component.

See Also

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