Lines Matching refs:bind

72 		window.openFile = new OpenFile(mxUtils.bind(this, function()
77 window.openFile.setConsumer(mxUtils.bind(this, function(xml, filename)
774 this.addAction('link...', mxUtils.bind(this, function()
809 ui.showLinkDialog(oldValue, mxResources.get('apply'), mxUtils.bind(this, function(value)
1026 this.addAction('fitPage', mxUtils.bind(this, function()
1047 this.addAction('fitTwoPages', mxUtils.bind(this, function()
1069 this.addAction('fitPageWidth', mxUtils.bind(this, function()
1090 this.put('customZoom', new Action(mxResources.get('custom') + '...', mxUtils.bind(this, function()
1092 …eInt(graph.getView().getScale() * 100), mxResources.get('apply'), mxUtils.bind(this, function(newV…
1104 this.addAction('pageScale...', mxUtils.bind(this, function()
1106 …torUi, parseInt(graph.pageScale * 100), mxResources.get('apply'), mxUtils.bind(this, function(newV…
1170 action = this.addAction('pageView', mxUtils.bind(this, function()
1236 var toggleFontStyle = mxUtils.bind(this, function(key, style, fn, shortcut)
1449 this.addAction('editStyle...', mxUtils.bind(this, function()
1575 action = this.addAction('subscript', mxUtils.bind(this, function()
1582 action = this.addAction('superscript', mxUtils.bind(this, function()
1682 action = this.addAction('layers', mxUtils.bind(this, function()
1688 this.layersWindow.window.addListener('show', mxUtils.bind(this, function()
1708 …action.setSelectedCallback(mxUtils.bind(this, function() { return this.layersWindow != null && thi…
1709 action = this.addAction('formatPanel', mxUtils.bind(this, function()
1714 action.setSelectedCallback(mxUtils.bind(this, function() { return ui.formatWidth > 0; }));
1715 action = this.addAction('outline', mxUtils.bind(this, function()
1721 this.outlineWindow.window.addListener('show', mxUtils.bind(this, function()
1740 …action.setSelectedCallback(mxUtils.bind(this, function() { return this.outlineWindow != null && th…