Uiinfrastructure API Docs  
 

JSDatePickerMgr.GetPagePreFormContent Method (String)

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 virtual HTMLElementCollection GetPagePreFormContent(
   string strDatePickerMgrID
);

Parameters

strDatePickerMgrID
Unique ID for datepickers managed by this object. Use this method when there might be several datepick managers on a page, e.g. MyPage.

Return Value

The pre-form HTML for this

See Also

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