Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DDriveComment.js1 DriveComment = function(file, id, content, modifiedDate, createdDate, isResolved, user, pCommentId) argument
4 this.pCommentId = pCommentId; //a reply
41 this.pCommentId?
43 url: '/files/' + this.file.getId() + '/comments/' + this.pCommentId + '/replies/' + this.id,
58 this.pCommentId?
60 url: '/files/' + this.file.getId() + '/comments/' + this.pCommentId + '/replies/' + this.id,
H A DDriveFile.js729 function driveCommentToDrawio(file, gComment, pCommentId) argument
737 gComment.author.displayName, gComment.author.picture.url), pCommentId);
H A DEditorUi.js15289 newReply.pCommentId = comment.id;
15501 else if (curEdited.comment.id == null && curEdited.comment.pCommentId == comment.id)
15688 if (curEdited != null && curEdited.comment.id == null && curEdited.comment.pCommentId == null)
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js90 function confOldCommentToDrawio(cComment, pCommentId) argument
97 cComment.user.displayName, cComment.user.pictureUrl), pCommentId);