Ajax Tree context menu


I have problem in implementing the right click with context menu. In tree.attachEvent() ,which method should be used to perform right click option…I could not able to use the right click context menu effectively… can you provide me sample which works fine for context menu with the XML file…


There is onRightClick event. The handler gets ID of clicked item and event object as parameters.


The professional edition provides a ready implementation of dhtmlxMenu as context menu. The sample is dhtmlxTree/samples/context_menu/pro_menu.html ( dhtmlx.com/docs/products/dhtmlxT … _menu.html ).