fires before a menu option is chosen for a comment
$$("comments").attachEvent("onBeforeMenuAction",function(id,ctxId){ webix.message("Comment " + ctxId + " will be " + id + "ed"); // "Comment 6 will be edited" });