Lines Matching refs:actions

85 		editorUi.actions.addAction('new...', function()
169 editorUi.actions.put('insertTemplate', new Action(mxResources.get('template') + '...', function()
198 var pointAction = editorUi.actions.addAction('points', function()
206 var inchAction = editorUi.actions.addAction('inches', function()
214 var mmAction = editorUi.actions.addAction('millimeters', function()
222 var meterAction = editorUi.actions.addAction('meters', function()
235 var rulerAction = editorUi.actions.addAction('ruler', function()
256 var fullscreenAction = editorUi.actions.addAction('fullscreen', function()
284 editorUi.actions.addAction('properties...', function()
293 …editorUi.actions.put('insertFreehand', new Action(mxResources.get('freehand') + '...', function(ev…
319 editorUi.actions.put('exportXml', new Action(mxResources.get('formatXml') + '...', function()
359 editorUi.actions.put('exportUrl', new Action(mxResources.get('url') + '...', function()
379 …editorUi.actions.put('exportHtml', new Action(mxResources.get('formatHtmlEmbedded') + '...', funct…
405 editorUi.actions.put('exportPdf', new Action(mxResources.get('formatPdf') + '...', function()
574 editorUi.actions.addAction('open...', function()
579 editorUi.actions.addAction('close', function()
604 editorUi.actions.addAction('editShape...', mxUtils.bind(this, function()
622 editorUi.actions.addAction('revisionHistory...', function()
643 editorUi.actions.addAction('createRevision', function()
645 editorUi.actions.get('save').funct();
648 var action = editorUi.actions.addAction('synchronize', function()
659 editorUi.actions.addAction('upload...', function()
677 var action = editorUi.actions.addAction('mathematicalTypesetting', function()
694 var action = editorUi.actions.addAction('showStartScreen', function()
704 var autosaveAction = editorUi.actions.addAction('autosave', function()
715 editorUi.actions.addAction('editGeometry...', function()
738 editorUi.actions.addAction('copyStyle', function()
746 editorUi.actions.addAction('pasteStyle', function()
754 …editorUi.actions.put('pageBackgroundImage', new Action(mxResources.get('backgroundImage') + '...',…
769 editorUi.actions.put('exportSvg', new Action(mxResources.get('formatSvg') + '...', function()
788 editorUi.actions.put('exportPng', new Action(mxResources.get('formatPng') + '...', function()
816 editorUi.actions.put('exportJpg', new Action(mxResources.get('formatJpg') + '...', function()
844 action = editorUi.actions.addAction('copyAsImage', mxUtils.bind(this, function()
854 action = editorUi.actions.put('shadowVisible', new Action(mxResources.get('shadow'), function()
861 …editorUi.actions.put('about', new Action(mxResources.get('about') + ' ' + EditorUi.VERSION + '...'…
873 editorUi.actions.addAction('support...', function()
885 editorUi.actions.addAction('exportOptionsDisabled...', function()
891 editorUi.actions.addAction('keyboardShortcuts...', function()
903 editorUi.actions.addAction('feedback...', function()
910 editorUi.actions.addAction('quickStart...', function()
915 editorUi.actions.addAction('forkme', function()
927 editorUi.actions.addAction('downloadDesktop...', function()
932 action = editorUi.actions.addAction('tags', mxUtils.bind(this, function()
957 action = editorUi.actions.addAction('findReplace...', mxUtils.bind(this, function(arg1, evt)
993 …editorUi.actions.put('exportVsdx', new Action(mxResources.get('formatVsdx') + ' (beta)...', functi…
1025 editorUi.actions.addAction('configuration...', function()
1244 editorUi.actions.addAction('runLayout', function()
1528 editorUi.actions.addAction('website...', function()
1533 editorUi.actions.addAction('check4Updates', function()
1566 editorUi.actions.addAction('diagramLanguage...', 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()
1911 editorUi.actions.addAction('testShowConsole', function()
1933 editorUi.actions.addAction('shapes...', function()
1947 editorUi.actions.put('createShape', new Action(mxResources.get('shape') + '...', function(evt)
1960 editorUi.actions.put('embedHtml', new Action(mxResources.get('html') + '...', function()
2043 editorUi.actions.put('liveImage', new Action('Live image...', function()
2068 editorUi.actions.put('embedImage', new Action(mxResources.get('image') + '...', function()
2089 editorUi.actions.put('embedSvg', new Action(mxResources.get('formatSvg') + '...', function()
2112 editorUi.actions.put('embedIframe', new Action(mxResources.get('iframe') + '...', function()
2142 editorUi.actions.put('embedNotion', new Action(mxResources.get('notion') + '...', function()
2168 editorUi.actions.put('publishLink', new Action(mxResources.get('link') + '...', function()
2195 editorUi.actions.addAction('microsoftOffice...', function()
2200 editorUi.actions.addAction('googleDocs...', function()
2205 editorUi.actions.addAction('googleSlides...', function()
2210 editorUi.actions.addAction('googleSheets...', function()
2215 editorUi.actions.addAction('googleSites...', function()
2232 var action = editorUi.actions.addAction('scratchpad', function()
2245 editorUi.actions.addAction('plugins...', function()
2252 var action = editorUi.actions.addAction('search', function()
2270 editorUi.actions.get('save').funct = function(exit)
2311 var saveAndExitAction = editorUi.actions.addAction('saveAndExit', function()
2313 editorUi.actions.get('save').funct(true);
2318 editorUi.actions.addAction('exit', function()
2726 var renameAction = this.editorUi.actions.addAction('rename...', mxUtils.bind(this, function()
2787 editorUi.actions.addAction('makeCopy...', mxUtils.bind(this, function()
2862 editorUi.actions.addAction('moveToFolder...', mxUtils.bind(this, function()
2903 editorUi.actions.put('useOffline', new Action(mxResources.get('useOffline') + '...', function()
2908 …editorUi.actions.put('downloadDesktop', new Action(mxResources.get('downloadDesktop') + '...', fun…
2913 this.editorUi.actions.addAction('share...', mxUtils.bind(this, function()
3019 editorUi.actions.put('insertText', new Action(mxResources.get('text'), function()
3028 editorUi.actions.put('insertRectangle', new Action(mxResources.get('rectangle'), function()
3036 editorUi.actions.put('insertEllipse', new Action(mxResources.get('ellipse'), function()
3044 editorUi.actions.put('insertRhombus', new Action(mxResources.get('rhombus'), function()
3569 var action = editorUi.actions.addAction('comments', mxUtils.bind(this, function()
3724 editorUi.actions.addAction('templates', function()