Uiinfrastructure API Docs  
 

AFormDP.DisplayHTMLBeforeForm Method 

This is a method that classes extending this one can over write. The HTML returned by that method will get printed out before the FORM tag and AFTER the BODY tag. E.g.: DIV tags should go in that method. Override this method to display HTML after the body and before the form.

public virtual HTMLElementCollection DisplayHTMLBeforeForm();

Return Value

HTMLElement

See Also

AFormDP Class | com.plumtree.uiinfrastructure.form Namespace