Lines Matching refs:bind

34 		mxEvent.addGestureListeners(link, mxUtils.bind(this, function(evt)
58 var isGraphEnabled = mxUtils.bind(graph, graph.isEnabled);
230 this.put('units', new Menu(mxUtils.bind(this, function(menu, parent)
348 var dlg = new CustomDialog(editorUi, div, mxUtils.bind(this, function()
391 layers, tags, lightbox, editLink, mxUtils.bind(this, function(html, scriptTag)
551 var dlg = new CustomDialog(editorUi, div, mxUtils.bind(this, function()
604 editorUi.actions.addAction('editShape...', mxUtils.bind(this, function()
630 editorUi.getRevisions(mxUtils.bind(this, function(revs, restoreFn)
636 }), mxUtils.bind(this, function(err)
773 mxUtils.bind(this, function(scale, transparentBackground, ignoreSelection,
794 mxUtils.bind(this, function(scale, transparentBackground, ignoreSelection, addShadow, editable,
809 …editorUi.showRemoteExportDialog(mxResources.get('export'), null, mxUtils.bind(this, function(ignor…
822 mxUtils.bind(this, function(scale, transparentBackground, ignoreSelection, addShadow, editable,
837 …editorUi.showRemoteExportDialog(mxResources.get('export'), null, mxUtils.bind(this, function(ignor…
844 action = editorUi.actions.addAction('copyAsImage', mxUtils.bind(this, function()
932 action = editorUi.actions.addAction('tags', mxUtils.bind(this, function()
937 this.tagsWindow.window.addListener('show', mxUtils.bind(this, function()
955 …action.setSelectedCallback(mxUtils.bind(this, function() { return this.tagsWindow != null && this.…
957 action = editorUi.actions.addAction('findReplace...', mxUtils.bind(this, function(arg1, evt)
986 action.setSelectedCallback(mxUtils.bind(this, function()
1014 var dlg = new CustomDialog(editorUi, div, mxUtils.bind(this, function()
1125 this.put('language', new Menu(mxUtils.bind(this, function(menu, parent)
1127 var addLangItem = mxUtils.bind(this, function (id)
1134 item = menu.addItem(lang, null, mxUtils.bind(this, function()
1444 menu.addItem(mxResources.get('parallels'), null, mxUtils.bind(this, function()
1462 this.put('help', new Menu(mxUtils.bind(this, function(menu, parent)
1480 mxEvent.addListener(input, 'keydown', mxUtils.bind(this, function(e)
1492 window.setTimeout(mxUtils.bind(this, function()
1591 editorUi.actions.addAction('createSidebarEntry', mxUtils.bind(this, function()
1605 editorUi.actions.addAction('showBoundingBox', mxUtils.bind(this, function()
1615 editorUi.actions.addAction('testCheckFile', mxUtils.bind(this, function()
1784 editorUi.actions.addAction('testDiff', mxUtils.bind(this, function()
1851 editorUi.actions.addAction('testInspect', mxUtils.bind(this, function()
1856 editorUi.actions.addAction('testXmlImageExport', mxUtils.bind(this, function()
1925 this.put('testDevelop', new Menu(mxUtils.bind(this, function(menu, parent)
1972 layers, tags, lightbox, editLink, mxUtils.bind(this, function(html, scriptTag)
2348 this.put('exportAs', new Menu(mxUtils.bind(this, function(menu, parent)
2393 this.put('importFrom', new Menu(mxUtils.bind(this, function(menu, parent)
2395 var doImportFile = mxUtils.bind(this, function(data, mime, filename)
2405 editorUi.loadImage(data, mxUtils.bind(this, function(img)
2409 var doInsert = mxUtils.bind(this, function()
2411 editorUi.resizeImage(img, data, mxUtils.bind(this, function(data2, w2, h2)
2436 }), mxUtils.bind(this, function()
2452 var getMimeType = mxUtils.bind(this, function(filename)
2646 this.put('theme', new Menu(mxUtils.bind(this, function(menu, parent)
2726 var renameAction = this.editorUi.actions.addAction('rename...', mxUtils.bind(this, function()
2734 editorUi.showSaveFilePicker(mxUtils.bind(editorUi, function(fileHandle, desc)
2747 …var dlg = new FilenameDialog(this.editorUi, filename, mxResources.get('rename'), mxUtils.bind(this…
2753 file.rename(title, mxUtils.bind(this, function(resp)
2757 mxUtils.bind(this, function(resp)
2787 editorUi.actions.addAction('makeCopy...', mxUtils.bind(this, function()
2797 var dlg = new CreateDialog(editorUi, title, mxUtils.bind(this, function(newTitle, mode)
2818 file.saveAs(newTitle, mxUtils.bind(this, function(resp)
2824 file.save(false, mxUtils.bind(this, function()
2829 }), mxUtils.bind(this, function(resp)
2833 }), mxUtils.bind(this, function(resp)
2845 }), mxUtils.bind(this, function()
2862 editorUi.actions.addAction('moveToFolder...', mxUtils.bind(this, function()
2882 editorUi.pickFolder(file.getMode(), mxUtils.bind(this, function(folderId)
2886 file.move(folderId, mxUtils.bind(this, function(resp)
2889 }), mxUtils.bind(this, function(resp)
2898 this.put('publish', new Menu(mxUtils.bind(this, function(menu, parent)
2913 this.editorUi.actions.addAction('share...', mxUtils.bind(this, function()
2930 this.put('embed', new Menu(mxUtils.bind(this, function(menu, parent)
2957 menu.addItem(title, null, mxUtils.bind(this, function()
3052 editorUi.addInsertMenuItems = mxUtils.bind(this, function(menu, parent, methods)
3067 this.put('insert', new Menu(mxUtils.bind(this, function(menu, parent)
3083 this.put('insertLayout', new Menu(mxUtils.bind(this, function(menu, parent)
3089 this.put('insertAdvanced', new Menu(mxUtils.bind(this, function(menu, parent)
3561 this.put('edit', new Menu(mxUtils.bind(this, function(menu, parent)
3569 var action = editorUi.actions.addAction('comments', mxUtils.bind(this, function()
3601 …action.setSelectedCallback(mxUtils.bind(this, function() { return this.commentsWindow != null && t…
3604 editorUi.editor.addListener('fileLoaded', mxUtils.bind(this, function()
3630 this.put('view', new Menu(mxUtils.bind(this, function(menu, parent)
3667 this.put('extras', new Menu(mxUtils.bind(this, function(menu, parent)
3779 this.put('file', new Menu(mxUtils.bind(this, function(menu, parent)
3993 this.put('fontFamily', new Menu(mxUtils.bind(this, function(menu, parent)
3995 var addItem = mxUtils.bind(this, function(fontName, fontUrl, deletable, fontLabel, tooltip)
4051 …mxEvent.addListener(img, (mxClient.IS_POINTER) ? 'pointerup' : 'mouseup', mxUtils.bind(this, funct…
4208 menu.addItem(mxResources.get('reset'), null, mxUtils.bind(this, function()
4260 menu.addItem(mxResources.get('reset'), null, mxUtils.bind(this, function()
4270 menu.addItem(mxResources.get('custom') + '...', null, mxUtils.bind(this, function()
4371 …var dlg = new FontDialog(this.editorUi, curFontName, curUrl, curType, mxUtils.bind(this, function(…