fires after the context menu was called in the item area
id | string | the id of the clicked item |
e | Event | a native event object |
node | HTMLElement | the target HTML element |
$$('list').attachEvent('onAfterContextMenu', function(id, e, node){
webix.message("Right mouse button was pressed");
});