Home
last modified time | relevance | path

Searched refs:DriveComment (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DDriveComment.js1 DriveComment = function(file, id, content, modifiedDate, createdDate, isResolved, user, pCommentId) class
8 mxUtils.extend(DriveComment, DrawioComment);
10 DriveComment.prototype.addReply = function(reply, success, error, doResolve, doReopen)
35 DriveComment.prototype.editComment = function(newContent, success, error)
55 DriveComment.prototype.deleteComment = function(success, error)
H A DDriveFile.js733 var comment = new DriveComment(file, gComment.commentId || gComment.replyId, gComment.content,
806 return new DriveComment(this, null, content, Date.now(), Date.now(), false, user);