Searched refs:pCommentId (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveComment.js | 1 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 D | DriveFile.js | 729 function driveCommentToDrawio(file, gComment, pCommentId) argument 737 gComment.author.displayName, gComment.author.picture.url), pCommentId);
|
H A D | EditorUi.js | 15289 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 D | cConf-comments.js | 90 function confOldCommentToDrawio(cComment, pCommentId) argument 97 cComment.user.displayName, cComment.user.pictureUrl), pCommentId);
|