Home
last modified time | relevance | path

Searched refs:remoteInvoke (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js36 var origRemoteInvoke = ui.remoteInvoke;
38 ui.remoteInvoke = function() function
58 ui.remoteInvoke('getCurrentUser', null, null, function(user)
150 …ui.remoteInvoke('getOldComments', [contentId], null, function(comments, spaceKey, pageId, pageType…
194 ui.remoteInvoke('getComments', [null, false], null, function(comments, siteUrl)
254 ui.remoteInvoke('addComment', [comment.content], null, function(id, version, attVer)
297 …ui.remoteInvoke('addCommentReply', [this.id, this.file.attVer, reply.content, doResolve], null, fu…
347 ui.remoteInvoke('editComment', [this.id, this.version, newContent], null, function(version)
380 …ui.remoteInvoke('deleteComment', [this.id, this.version, this.replies != null && this.replies.leng…
H A DcConf-1-4-8.js120 ui.remoteInvoke('checkConfLicense', [license, xdm_e], null, function(licenseValid)
605 ui.remoteInvoke('getCurPageAnchors', null, null, function(headings)
656 ui.remoteInvoke('getCurPageAttachments', null, null, function(atts)
778 ui.remoteInvoke('getAvailableSpaces', null, null, function(spaces)
910 ui.remoteInvoke('getContentInfo', [id], null, function(info)
912 ui.remoteInvoke('getBaseUrl', null, null, function(url)
935 ui.remoteInvoke('getPageInfo', [true], null, function(info)
1037 ui.remoteInvoke('getPageInfo', [true], null, function(info)
1128 ui.remoteInvoke('getCustomLibraries', null, null, function(libs)
1257 ui.remoteInvoke('getFileContent', [url], null, callback, function()
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js11947 this.remoteInvoke('getRecentDiagrams', [username], null, recentReadyCallback, error);
11950 … this.remoteInvoke('searchDiagrams', [searchStr, username], null, searchReadyCallback, error);
11953 this.remoteInvoke('getFileContent', [obj.url], null, callback, error);
11956 this.remoteInvoke('getCustomTemplates', null, null, customTempCallback, function()
11993 this.remoteInvoke('getRecentDiagrams', [null], null, recentReadyCallback, function()
12000 this.remoteInvoke('searchDiagrams', [searchStr, null], null, searchReadyCallback, function()
12013 this.remoteInvoke('getCustomTemplates', null, null, customTempCallback, function()
14033 this.remoteInvoke('getCustomLibraries', null, null, function(libsList)
14098 …this.remoteInvoke('getFileContent', [lib.downloadUrl], null, mxUtils.bind(this, function(libConten…
14181 EditorUi.prototype.remoteInvoke = function(remoteFn, remoteFnArgs, msgMarkers, callback, error) method in EditorUi
H A DApp.js5120 this.remoteInvoke('getDraftFileContent', null, null, mxUtils.bind(this, function(data, desc)
5620 …this.remoteInvoke('getFileContent', [libObj.downloadUrl], null, mxUtils.bind(this, function(libCon…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11698 …viceUnavailableOrBlocked")},mxResources.get("errorLoadingFile")):this.remoteInvoke("getDraftFileCo…
11710 …;try{var m=JSON.parse(m),v={id:m[0],title:m[1],downloadUrl:m[2]};this.remoteInvoke("getFileContent…