Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioComment.js35 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) method in DrawioComment
H A DDriveComment.js10 DriveComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) method in DriveComment
H A DEditorUi.js15284 function addReply(initContent, editIt, saveCallback, doResolve, doReopen) function
15299 comment.addReply(newReply, function(id)
15338 addReply('', true);
15463 addReply(mxResources.get('reOpened') + ': ', true, doToggle, false, true);
15467 addReply(mxResources.get('markedAsResolved'), false, doToggle, true);
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js289 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) method in DrawioComment