Lines Matching refs:fn

285 	EditorUi.parsePng = function(f, fn, error)  argument
337 if (fn != null)
339 if (fn(pos - 8, type, n))
558 EditorUi.prototype.getLocalData = function(key, fn) argument
560 fn(localStorage.getItem(key));
566 EditorUi.prototype.setLocalData = function(key, data, fn) argument
570 if (fn != null)
572 fn();
579 EditorUi.prototype.removeLocalData = function(key, fn) argument
582 fn();
697 var fn = function() { }; function
701 fn = mxUtils.bind(this, function()
709 return fn;
2776 var fn = mxUtils.bind(this, function()
2795 this.handleError(e, mxResources.get('errorLoadingFile'), fn, true, null, null, true);
2799 fn();
2962 EditorUi.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) { }; argument
3234 var fn = mxUtils.bind(this, function()
3241 this.confirm(mxResources.get('allChangesLost'), null, fn,
3246 fn();
3765 EditorUi.prototype.showImageDialog = function(title, value, fn, ignoreExisting, convertDataUri) argument
3768 var dlg = new ImageDialog(this, title, value, fn, ignoreExisting, convertDataUri);
3878 …EditorUi.prototype.handleError = function(resp, title, fn, invokeFnOnClose, notFoundMessage, fileH… argument
3966 this.handleError(resp, title, fn, invokeFnOnClose, notFoundMessage)
4044 if (fn != null)
4046 fn();
4110 this.showError(title, msg, btn, fn, retry, null, null, btn3, fn3,
4111 null, null, null, (invokeFnOnClose) ? fn : null);
4113 else if (fn != null)
4115 fn();
4125 EditorUi.prototype.alert = function(msg, fn, optionalWidth) argument
4127 var dlg = new ErrorDialog(this, null, msg, mxResources.get('ok'), fn);
4969 …EditorUi.prototype.saveRequest = function(filename, format, fn, data, base64Encoded, mimeType, all… argument
4986 var xhr = fn((mode == '_blank') ? null : newTitle, base64);
5086 EditorUi.prototype.pickFolder = function(mode, fn, enabled) argument
5088 fn(null);
5538 linkColor, fit, allPages, layers, tags, lightbox, editLink, fn) argument
5631 fn(value, src);
5637 EditorUi.prototype.showHtmlDialog = function(btnLabel, helpLink, publicUrl, fn) argument
5747fn((publicUrlRadio.checked) ? publicUrl : null, zoom.checked, zoomInput.value, linkSection.getTarg…
5758 …EditorUi.prototype.showPublishLinkDialog = function(title, hideShare, width, height, fn, showFrame… argument
5909 fn(linkSection.getTarget(), linkSection.getColor(),
6235 EditorUi.prototype.showEmbedImageDialog = function(fn, title, imageLabel, shadowEnabled, helpLink) argument
6292 fn(fit.checked, shadow.checked, image.checked, lightbox.checked,
6301 …EditorUi.prototype.createEmbedImage = function(fit, shadow, retina, lightbox, edit, layers, fn, er… argument
6335fn('<img src="' + dataUri + '"' + atts + ((css != '') ? ' style="' + css + '"' : '') + onclick + '…
6394 EditorUi.prototype.createEmbedSvg = function(fit, shadow, image, lightbox, edit, layers, fn) argument
6451 fn('<img src="' + Editor.createSvgDataUri(mxUtils.getXml(svgRoot)) + '"' +
6505 fn(mxUtils.getXml(svgRoot));
11351 var fn = mxUtils.bind(this, function()
11377 fn();
11382 this.confirm(mxResources.get('allChangesLost'), null, fn,
11397 this.confirm(mxResources.get('allChangesLost'), null, fn,
11402 fn();
11658 EditorUi.prototype.getPublicUrl = function(file, fn) argument
11662 file.getPublicUrl(fn);
11666 fn(null);
11741 EditorUi.prototype.installMessageHandler = function(fn) argument
11982 fn(xml, evt, xml != this.emptyDiagramXml, data.toSketch);
12584 fn(data, evt, null, convertToSketch);
13654 EditorUi.prototype.showLinkDialog = function(value, btnLabel, fn, showNewWindowOption, linkTarget) argument
13656 var dlg = new LinkDialog(this, value, btnLabel, fn, true, showNewWindowOption, linkTarget);