Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- JavaScript API Reference
- EO.Web
- EO.Web
- Objects
- Global Functions
- Global Functions
- eo_Callback
- eo_CancelBubble
- eo_CancelEvent
- eo_DateToString
- eo_FormatString
- eo_GetContainer
- eo_GetEventPos
- eo_GetNavigatorEventInfo
- eo_GetObject
- eo_HideAllPopups
- eo_MsgBox
- eo_RegisterDragTarget
- eo_SetComboBoxValue
- eo_ShowContextMenu
- eo_ShowPopup
- eo_ShowPopupCalendar
- eo_StringToDate
- eo_TriggerServerEvent
- eo_UnregisterDragTarget
- Event Handlers
- EO.WebEngine
- EO.Web
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