Lines Matching refs:actions

144 					ui.actions.get('shapes').funct();
170 if (ui.actions.get('newLibrary') != null)
182 mxEvent.addListener(div, 'click', ui.actions.get('newLibrary').funct);
194 mxEvent.addListener(div, 'click', ui.actions.get('openLibrary').funct);
347 if (this.actions.layersWindow != null)
349 var wasVisible = this.actions.layersWindow.window.isVisible();
351 this.actions.layersWindow.window.setVisible(false);
352 this.actions.layersWindow.destroy();
353 this.actions.layersWindow = null;
357 window.setTimeout(this.actions.get('layers').funct, 0);
654 this.actions.get('saveAndExit').funct();
667 this.actions.get('save').funct();
683 this.actions.get('saveAndExit').funct();
702 this.actions.get('exit').funct();
857 if (this.actions.outlineWindow != null)
859 this.actions.outlineWindow.window.setVisible(false);
860 this.actions.outlineWindow.window.destroy();
861 this.actions.outlineWindow = null;
864 if (this.actions.layersWindow != null)
866 this.actions.layersWindow.window.setVisible(false);
867 this.actions.layersWindow.destroy();
868 this.actions.layersWindow = null;
942 ui.actions.get('editDiagram').label = mxResources.get('formatXml') + '...';
943 ui.actions.get('createShape').label = mxResources.get('shape') + '...';
944 ui.actions.get('outline').label = mxResources.get('outline') + '...';
945 ui.actions.get('layers').label = mxResources.get('layers') + '...';
946 ui.actions.get('tags').label = mxResources.get('tags') + '...';
947 ui.actions.get('forkme').visible = urlParams['sketch'] != '1';
948 ui.actions.get('downloadDesktop').visible = urlParams['sketch'] != '1';
950 …var toggleDarkModeAction = ui.actions.put('toggleDarkMode', new Action(mxResources.get('dark'), fu…
958 …var toggleSketchModeAction = ui.actions.put('toggleSketchMode', new Action(mxResources.get('sketch…
966 …var togglePagesAction = ui.actions.put('togglePagesVisible', new Action(mxResources.get('pages'), …
974 ui.actions.put('importCsv', new Action(mxResources.get('csv') + '...', function()
979 ui.actions.put('importText', new Action(mxResources.get('text') + '...', function()
985 ui.actions.put('formatSql', new Action(mxResources.get('formatSql') + '...', function()
992 ui.actions.put('toggleShapes', new Action(mxResources.get((urlParams['sketch'] == '1') ?
998 …var action = ui.actions.put('toggleFormat', new Action(mxResources.get('format') + '...', function…
1002 action.shortcut = ui.actions.get('formatPanel').shortcut;
1006 ui.actions.put('plantUml', new Action(mxResources.get('plantUml') + '...', function()
1014 ui.actions.put('mermaid', new Action(mxResources.get('mermaid') + '...', function()
2204 addAction(ui.actions.get('insertFreehand'), mxResources.get('freehand'), Editor.freehandImage);
2205 var toggleShapesAction = ui.actions.get('toggleShapes');
2216 addAction(ui.actions.get('insertTemplate'), mxResources.get('template'), Editor.templateImage);
2280 ui.actions.get('customZoom').funct();
2284 ui.actions.get('smartFit').funct();
2288 var zoomInAction = ui.actions.get('zoomIn');
2289 var zoomOutAction = ui.actions.get('zoomOut');
2290 var resetViewAction = ui.actions.get('resetView');
2291 var fullscreenAction = ui.actions.get('fullscreen');
2292 var toggleDarkAction = ui.actions.get('toggleDarkMode');
2293 var undoAction = ui.actions.get('undo');
2294 var redoAction = ui.actions.get('redo');
2302 var deleteAction = ui.actions.get('delete');
2331 var layersAction = ui.actions.get('layers');
2339 var tagsAction = ui.actions.get('tags');
2345 var outlineAction = ui.actions.get('outline');
2378 var exitAction = ui.actions.get('exit');
2556 …createGroup([appElt, addMenuItem(mxResources.get('shapes'), ui.actions.get('toggleShapes').funct, …
2557 mxResources.get('shapes'), ui.actions.get('image'), (small) ? Editor.shapesImage : null),
2558 addMenuItem(mxResources.get('format'), ui.actions.get('toggleFormat').funct, null,
2559 …mxResources.get('format') + ' (' + ui.actions.get('formatPanel').shortcut + ')', ui.actions.get('i…
2564 createGroup([elt, addMenuItem(mxResources.get('delete'), ui.actions.get('delete').funct,
2565 null, mxResources.get('delete'), ui.actions.get('delete'),
2654 if (ui.actions.outlineWindow != null)
2656 ui.actions.outlineWindow.window.fit();
2659 if (ui.actions.layersWindow != null)
2661 ui.actions.layersWindow.window.fit();