Lines Matching refs:editorUi

13891 		ExportDialog.exportFile = function(editorUi, name, format, bg, s, b, dpi, grid)  argument
13893 var graph = editorUi.editor.graph;
13897 editorUi.hideDialog();
13898 editorUi.saveData(name, 'xml', mxUtils.getXml(editorUi.editor.getGraphXml()), 'text/xml');
13902 editorUi.hideDialog();
13903 editorUi.saveData(name, 'svg', mxUtils.getXml(graph.getSvg(bg, s, b)), 'image/svg+xml');
13907 var data = editorUi.getFileData(true, null, null, null, null, true);
13914 editorUi.hideDialog();
13916 if ((format == 'png' || format == 'jpg' || format == 'jpeg') && editorUi.isExportToCanvas())
13920 editorUi.exportImage(s, bg == null || bg == 'none', true,
13925 editorUi.exportImage(s, false, true,
13942 editorUi.saveRequest(name, format,
15010 var CommentsWindow = function(editorUi, x, y, w, h, saveCallback) argument
15012 var readOnly = !editorUi.canComment();
15013 var canReplyToReplies = editorUi.canReplyToReplies();
15146 var str = editorUi.timeSince(ts);
15288 var newReply = editorUi.newComment(initContent, editorUi.getCurrentUser());
15311 editorUi.handleError(err, null, null, null,
15342 var user = editorUi.getCurrentUser();
15361 editorUi.handleError(err, null, null, null,
15372 editorUi.confirm(mxResources.get('areYouSure'), function()
15417 editorUi.handleError(err, null, null, null,
15519 var newComment = editorUi.newComment('', editorUi.getCurrentUser());
15528 editorUi.addComment(newComment, function(id)
15537 editorUi.handleError(err, null, null, null,
15574 if (editorUi.commentsRefreshNeeded())
15596 if (editorUi.commentsSaveNeeded())
15640 editorUi.handleError(e);
15647 canReplyToReplies = editorUi.canReplyToReplies();
15649 if (editorUi.commentsSupported())
15651 editorUi.getComments(function(list)
15796 var ConfirmDialog = function(editorUi, message, okFn, cancelFn, okLabel, cancelLabel, argument
15831 editorUi.hideDialog();
15849 if (editorUi.editor.cancelFirst)
15856 editorUi.hideDialog();
15879 if (!editorUi.editor.cancelFirst)