Check documentation for the latest version of dhtmlxSuite showContextMenu DHTMLX Docs

showContextMenu

a usercall to show a context menu

void showContextMenu(number x,number y);
xnumberposition of the menu by x-axis
ynumberposition of the menu by y-axis

Example

myMenu.showContextMenu(x, y);

Back to top