Home
last modified time | relevance | path

Searched refs:editComment (Results 1 – 4 of 4) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioComment.js41 DrawioComment.prototype.editComment = function(newContent, success, error) method in DrawioComment
H A DDriveComment.js35 DriveComment.prototype.editComment = function(newContent, success, error) method in DriveComment
H A DEditorUi.js15060 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)
15691editComment(curEdited.comment, curEdited.div, curEdited.saveCallback, curEdited.deleteOnCancel);
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js337 DrawioComment.prototype.editComment = function(newContent, success, error) method in DrawioComment