Table of Contents
showContextMenu Method 

Displays a context menu on top of the DatePicker popup.

Syntax
JavaScript
 Calendar.showContextMenu(refElement, ctxMenuId)

Parameters

refElement
The reference element. The popup's position is calculated based on the position of the reference element. You can further use the popup menu's TopGroup's OffsetX or OffsetY to adjust popup menu's position.
ctxMenuId
The ID of the context menu.
See Also