onBeforeMenuAction of ui.comments, Events Webix Docs
fires before a menu option is chosen for a comment
void onBeforeMenuAction(string id,string|number contextId);
id
Example
$$("comments").attachEvent("onBeforeMenuAction",function(id,ctxId){
webix.message("Comment " + ctxId + " will be " + id + "ed");
// "Comment 6 will be edited"
});
Related samples
See also
Articles