onAfterEditStart

fires after editing of a comment has begun

void onAfterEditStart(number|string id);
idnumber|stringthe ID of the comment

Example

$$("comments").attachEvent("onAfterEditStart",function(id){
  // your code here
});

See also
Back to top