Menu on tree items

I have a tree on which I would attach a menu for each element… how can I do this with standard dhtmlx?

Tree provides onRightClick event:

tree.attachEvent(“onRightClick”,function(id,e){
/your code here/
})