onCommentHide

fires after a comment is hidden

void onCommentHide();

Example

$$("ssheet").attachEvent("onCommentHide",function(){
    // some code here
});

See also
Back to top