Uiinfrastructure API Docs  
 

JSDatePickerMgr.GetPagePreFormContent Method ()

This method returns the HTML that needs to be written-out before the JS datepicker form is written out. Specifically, this is HTML that defines a div. Note that this HTML is of page scope, meaning that it only needs to be written out one time even if there are multiple date-pickers on the page.

public override HTMLElementCollection GetPagePreFormContent();

Return Value

The pre-form HTML for this

See Also

JSDatePickerMgr Class | com.plumtree.uiinfrastructure.pagecontrols.jsdatepicker Namespace | JSDatePickerMgr.GetPagePreFormContent Overload List