Uiinfrastructure API Docs  
 

ComponentMgr.GetPagePreFormContent Method 

This method is meant to return the page-level head content for components of this type. This method just returns null. It could have been abstract, but many components do need to use it. If you need this, you should override it.

public virtual HTMLElementCollection GetPagePreFormContent();

Return Value

The HTML and script that should be written before the form in which this component is embedded.

See Also

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