Lines Matching refs:action

648 		var action = editorUi.actions.addAction('synchronize', function()
656 action.label = mxResources.get('refresh');
677 var action = editorUi.actions.addAction('mathematicalTypesetting', function()
687 action.setToggleAction(true);
688 action.setSelectedCallback(function() { return editorUi.isMathEnabled(); });
689 action.isEnabled = isGraphEnabled;
694 var action = editorUi.actions.addAction('showStartScreen', function()
700 action.setToggleAction(true);
701 action.setSelectedCallback(function() { return mxSettings.getShowStartScreen(); });
844 action = editorUi.actions.addAction('copyAsImage', mxUtils.bind(this, function()
852 action.visible = Editor.enableNativeCipboard && editorUi.isExportToCanvas() && !mxClient.IS_SF;
854 action = editorUi.actions.put('shadowVisible', new Action(mxResources.get('shadow'), function()
858 action.setToggleAction(true);
859 action.setSelectedCallback(function() { return graph.shadowVisible; });
932 action = editorUi.actions.addAction('tags', mxUtils.bind(this, function()
954 action.setToggleAction(true);
955action.setSelectedCallback(mxUtils.bind(this, function() { return this.tagsWindow != null && this.…
957 action = editorUi.actions.addAction('findReplace...', mxUtils.bind(this, function(arg1, evt)
985 action.setToggleAction(true);
986 action.setSelectedCallback(mxUtils.bind(this, function()
1490 EditorUi.logEvent({category: 'SEARCH-HELP', action: 'search', label: term});
2232 var action = editorUi.actions.addAction('scratchpad', function()
2237 action.setToggleAction(true);
2238 action.setSelectedCallback(function()
2252 var action = editorUi.actions.addAction('search', function()
2264 action.label = mxResources.get('searchShapes');
2265 action.setToggleAction(true);
2266 action.setSelectedCallback(function() { return editorUi.sidebar.isEntryVisible('search'); });
3569 var action = editorUi.actions.addAction('comments', mxUtils.bind(this, function()
3600 action.setToggleAction(true);
3601action.setSelectedCallback(mxUtils.bind(this, function() { return this.commentsWindow != null && t…