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.
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();
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);
JSDatePickerMgr Class | com.plumtree.uiinfrastructure.pagecontrols.jsdatepicker Namespace