Home
last modified time | relevance | path

Searched refs:DrawioComment (Results 1 – 8 of 8) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioComment.js2 DrawioComment = function(file, id, content, modifiedDate, createdDate, isResolved, user) class
29 DrawioComment.prototype.addReplyDirect = function(reply)
35 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen)
41 DrawioComment.prototype.editComment = function(newContent, success, error)
47 DrawioComment.prototype.deleteComment = function(success, error)
H A DDriveComment.js3 DrawioComment.call(this, file, id, content, modifiedDate, createdDate, isResolved, user);
8 mxUtils.extend(DriveComment, DrawioComment);
H A DDrawioFile.js2383 return new DrawioComment(this, null, content, Date.now(), Date.now(), false, user);
H A DEditorUi.js14819 return new DrawioComment(this, null, content, Date.now(), Date.now(), false, user);
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js94 var comment = new DrawioComment(null, cComment.id, cComment.content,
110 var comment = new DrawioComment({attVer: atlasComment.attVer, ui: ui}, atlasComment.id,
285 …return new DrawioComment(commentsVer == 2? {ui: ui} : null, null, //remove file information for ol…
289 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) class
337 DrawioComment.prototype.editComment = function(newContent, success, error)
372 DrawioComment.prototype.deleteComment = function(success, error)
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js3082 …(){return!0};DrawioFile.prototype.newComment=function(b,c){return new DrawioComment(this,null,b,Da…
H A Dviewer-static.min.js3082 …(){return!0};DrawioFile.prototype.newComment=function(b,c){return new DrawioComment(this,null,b,Da…
H A Dapp.min.js10042 …(){return!0};DrawioFile.prototype.newComment=function(b,e){return new DrawioComment(this,null,b,Da…