Hello,
Could the node have the focus when we right click for context menu ?
Demo here addobject.com/demo/nlstree/d … xtmenu.htm
compared to dhtmlx.com/docs/products/dht … _menu.html
Hello,
Could the node have the focus when we right click for context menu ?
Demo here addobject.com/demo/nlstree/d … xtmenu.htm
compared to dhtmlx.com/docs/products/dht … _menu.html
hum, i may created post in the wrong place and may should have posted them into new resquests here viewforum.php?f=10
Could you please move them there ?
Hello
If you mean select item - you can select it by event handler:
tree.attachEvent("onRightClick", function(id, object){
tree.selectItem(id)
});
But pay attention, that it will call an “onclick” event.
Thanks you Darya
You are welcome!