Searched refs:editComment (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DrawioComment.js | 41 DrawioComment.prototype.editComment = function(newContent, success, error) method in DrawioComment
|
H A D | DriveComment.js | 35 DriveComment.prototype.editComment = function(newContent, success, error) method in DriveComment
|
H A D | EditorUi.js | 15060 function editComment(comment, cdiv, saveCallback, deleteOnCancel) function 15318 editComment(newReply, replyComment, function(newReply) 15350 editComment(comment, cdiv, function() 15354 comment.editComment(comment.content, function() 15498 editComment(comment, cdiv, curEdited.saveCallback, curEdited.deleteOnCancel); 15504 editComment(curEdited.comment, curEdited.div, curEdited.saveCallback, curEdited.deleteOnCancel); 15524 editComment(newComment, newCommentDiv, function(newComment) 15691 … editComment(curEdited.comment, curEdited.div, curEdited.saveCallback, curEdited.deleteOnCancel);
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-comments.js | 337 DrawioComment.prototype.editComment = function(newContent, success, error) method in DrawioComment
|