contextMenu method
void
contextMenu()
Implementation
void contextMenu(
int ctxMenuId,
int ctxMenuCellRow,
int ctxMenuCellCol,
String dateBegin,
String dateEnd,
) => obj.contextMenuCalendar(
ctxMenuId,
ctxMenuCellRow,
ctxMenuCellCol,
dateBegin,
dateEnd,
);