Uiinfrastructure API Docs  
 

AComponent.GetComponentPreFormContent Method 

This method returns script that needs to be printed before the form in which this component is embedded. It therefore returns null and should be overridden as needed. (Note: there is an anologous method for printing page- level content in ComponentMgr.)

public virtual HTMLElementCollection GetComponentPreFormContent();

Return Value

See Also

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