Searched refs:DrawioComment (Results 1 – 8 of 8) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DrawioComment.js | 2 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 D | DriveComment.js | 3 DrawioComment.call(this, file, id, content, modifiedDate, createdDate, isResolved, user); 8 mxUtils.extend(DriveComment, DrawioComment);
|
H A D | DrawioFile.js | 2383 return new DrawioComment(this, null, content, Date.now(), Date.now(), false, user);
|
H A D | EditorUi.js | 14819 return new DrawioComment(this, null, content, Date.now(), Date.now(), false, user);
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-comments.js | 94 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 D | viewer.min.js | 3082 …(){return!0};DrawioFile.prototype.newComment=function(b,c){return new DrawioComment(this,null,b,Da…
|
H A D | viewer-static.min.js | 3082 …(){return!0};DrawioFile.prototype.newComment=function(b,c){return new DrawioComment(this,null,b,Da…
|
H A D | app.min.js | 10042 …(){return!0};DrawioFile.prototype.newComment=function(b,e){return new DrawioComment(this,null,b,Da…
|