fires after a comment has been added
id | number | the ID of a comment |
index | number | the order of the comment within the comment history |
$$("comments").attachEvent("onAfterAdd",function(id,index){
webix.message("New comment is added at " + index + " position");
});