Lines Matching refs:ui

52 …this.ui.editor.loadUrl(this.redirectUri + '?doLogout=1&state=' + encodeURIComponent('cId=' + this.…
74 }), this.ui.timeout);
177 this.ui.showAuthDialog(this, true, mxUtils.bind(this, function(remember, authSuccess)
274 }), this.ui.timeout);
373 /\.pdf$/i.test(path) || (!this.ui.useCanvasForExport && binary))
380 this.ui.convertFile(path, name, null, this.extension, success, error);
408 var xml = this.ui.extractGraphModelFromPng(data);
422 ((asLibrary) ? new DropboxLibrary(this.ui, data, response) :
423 new DropboxFile(this.ui, data, response)));
444 }), this.ui.timeout);
594 this.ui.confirm(mxResources.get('replaceIt', [filename]), function()
711 success(new DropboxLibrary(this.ui, data, stat));
715 success(new DropboxFile(this.ui, data, stat));
741 this.ui.formatFileSize(data.length) + ' / 150 MB)'});
779 if (this.ui.spinner.spin(document.body, mxResources.get('loading')))
783 this.ui.spinner.stop();
784 this.ui.handleError(e);
801 this.ui.spinner.stop();
802 fn(rel.substring(1), new DropboxLibrary(this.ui, data, stat));
806 this.ui.handleError(e);
832 this.ui.confirm(mxResources.get('note') + ': ' + mxResources.get('fileWillBeSavedInAppFolder',
835 this.ui.editor.loadUrl(file.link, mxUtils.bind(this, function(data)
841 this.ui.spinner.stop();
852 this.ui.spinner.stop();
868 this.ui.loadFile((path != null) ? 'D' + encodeURIComponent(path) : file.getHash(), null, file);
883 if (this.ui.spinner.spin(document.body, mxResources.get('loading')))
888 this.ui.spinner.stop();
895 this.ui.spinner.stop();
896 this.ui.handleError(e);
901 this.ui.spinner.stop();
908 (!this.ui.useCanvasForExport && binary))
926 this.ui.spinner.stop();
931 var xml = this.ui.extractGraphModelFromPng(data);
945 fn(rel.substring(1), (file != null) ? file : new DropboxFile(this.ui, data, stat));
965 this.ui.handleError({message: mxResources.get('serviceUnavailableOrBlocked')});
979 this.ui.editor.loadUrl(file.link, mxUtils.bind(this, function(data)
983 …this.ui.confirm(mxResources.get('note') + ': ' + mxResources.get('fileWillBeSavedInAppFolder', [fi…
989 var xml = this.ui.extractGraphModelFromPng(data.substring(index + 1));
1003 this.ui.spinner.stop();
1008 this.ui.spinner.stop();