eo_ShowPopupCalendar Function

Display a popup calendar.

Syntax
JavaScript
 function eo_ShowPopupCalendar(id, anchor)

Parameters

id
The client side ID of the popup calendar.
anchor
An HTML element or the ID of the element that is served as anchor of the popup calendar. The position of the popup calendar will be based on this anchor, the calendar's PopupExpandDirection property, PopupOffsetX and PopupOffsetY.
Remarks

This function returns immeidately after the popup calendar is shown. Use ClientSideOnSelect client side event handler to collect the user selection.

See Also