Home
last modified time | relevance | path

Searched refs:actions (Results 201 – 225 of 693) sorted by path

12345678910>>...28

/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js480 this.ui.actions.get('revisionHistory').funct();
H A DEditor.js4565 this.editorUi.actions.get('copyStyle').funct();
5499 this.editorUi.actions.get('editStyle').funct();
5516 this.editorUi.actions.get('editShape').funct();
5539 this.editorUi.actions.get('image').funct();
6715 if (link.actions != null)
6717 this.executeCustomActions(link.actions);
6769 if (index < actions.length)
6772 var action = actions[index++];
7039 if (link.actions != null)
7059 for (var i = 0; i < actions.length; i++)
[all …]
H A DEditorUi.js3863 this.actions.get('shapes').funct();
7153 if (link.actions != null)
7157 var action = link.actions[i];
11644 if (this.actions.layersWindow == null)
11646 this.actions.get('layers').funct();
11904 this.actions.get('exit').funct();
11943 this.actions.get('exit').funct();
12075 this.actions.get('exit').funct();
12762 this.actions.get('save').funct();
12796 this.actions.get('exit').funct();
[all …]
H A DElectronApp.js505 var oldNew = this.actions.get('new').funct;
587 var origCut = this.actions.get('cut').funct;
589 editorUi.actions.addAction('cut', function()
595 var origCopy = this.actions.get('copy').funct;
597 editorUi.actions.addAction('copy', function()
604 var origPaste = this.actions.get('paste').funct;
606 editorUi.actions.addAction('paste', function()
614 editorUi.actions.addAction('pasteHere', function()
624 var paste = this.actions.get('paste');
625 var pasteHere = this.actions.get('pasteHere');
[all …]
H A DMenus.js85 editorUi.actions.addAction('new...', function()
574 editorUi.actions.addAction('open...', function()
579 editorUi.actions.addAction('close', function()
645 editorUi.actions.get('save').funct();
659 editorUi.actions.addAction('upload...', function()
738 editorUi.actions.addAction('copyStyle', function()
746 editorUi.actions.addAction('pasteStyle', function()
915 editorUi.actions.addAction('forkme', function()
1244 editorUi.actions.addAction('runLayout', function()
2313 editorUi.actions.get('save').funct(true);
[all …]
H A DMinimal.js144 ui.actions.get('shapes').funct();
170 if (ui.actions.get('newLibrary') != null)
347 if (this.actions.layersWindow != null)
352 this.actions.layersWindow.destroy();
353 this.actions.layersWindow = null;
667 this.actions.get('save').funct();
702 this.actions.get('exit').funct();
861 this.actions.outlineWindow = null;
868 this.actions.layersWindow = null;
2280 ui.actions.get('customZoom').funct();
[all …]
H A DPages.js402 this.actions.addAction('previousPage', mxUtils.bind(this, function()
407 this.actions.addAction('nextPage', mxUtils.bind(this, function()
484 if (this.actions.layersWindow != null)
486 this.actions.layersWindow.refreshLayers();
H A DTrees.js245 ui.actions.addAction('selectChildren', function()
267 ui.actions.addAction('selectSiblings', function()
294 ui.actions.addAction('selectParent', function()
308 ui.actions.addAction('selectDescendants', function(trigger, evt)
1044 ui.actions.get('selectParent').funct();
1083 var altShiftActions = {88: ui.actions.get('selectChildren'), // Alt+Shift+X
1084 84: ui.actions.get('selectSubtree'), // Alt+Shift+T
1085 80: ui.actions.get('selectParent'), // Alt+Shift+P
1086 83: ui.actions.get('selectSiblings')} // Alt+Shift+S
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js10 this.actions = new Object();
44 ui.actions.get('resetView').funct();
49 ui.actions.get((graph.pageVisible) ? 'fitPage' : 'fitWindow').funct();
58 ui.actions.get('smartFit').funct();
715 ui.actions.get('image').funct();
1520 var rmWaypointAction = ui.actions.get('removeWaypoint');
1768 this.actions[name] = action;
1778 return this.actions[name];
H A DDialogs.js1979 var zoomInAction = editorUi.actions.get('zoomIn');
1980 var zoomOutAction = editorUi.actions.get('zoomOut');
H A DEditorUi.js74 this.actions = new Actions(this);
1837 var paste = this.actions.get('paste');
2270 this.actions.get('zoomOut').funct();
2276 this.actions.get('zoomIn').funct();
2999 this.actions.get('print').funct();
3675 this.actions.get('pageView').funct();
3696 this.actions.get('pageView').funct();
3722 var undo = this.actions.get('undo');
3723 var redo = this.actions.get('redo');
3812 this.actions.get(actions[i]).setEnabled(selected);
[all …]
H A DFormat.js611 ui.actions.get('formatPanel').funct();
1904 ui.actions.get('toFront').funct();
1914 ui.actions.get('toBack').funct();
1927 ui.actions.get('bringForward').funct();
1969 ui.actions.get('group').funct();
1983 ui.actions.get('ungroup').funct();
2004 ui.actions.get('copySize').funct(evt);
2339 ui.actions.get('turn').funct(evt);
2490 ui.actions.get('autosize').funct();
6609 ui.actions.get('pageView').funct();
[all …]
H A DMenus.js1389 var action = this.editorUi.actions.get(key);
1567 var rmWaypointAction = this.editorUi.actions.get('removeWaypoint');
H A DToolbar.js360 …elts[1].setAttribute('title', mxResources.get('undo') + ' (' + ui.actions.get('undo').shortcut + '…
361 …elts[2].setAttribute('title', mxResources.get('redo') + ' (' + ui.actions.get('redo').shortcut + '…
362 …elts[4].setAttribute('title', mxResources.get('bold') + ' (' + ui.actions.get('bold').shortcut + '…
363 …elts[5].setAttribute('title', mxResources.get('italic') + ' (' + ui.actions.get('italic').shortcut…
452 elt = menu.addItem('', null, this.editorUi.actions.get('subscript').funct,
456 elt = menu.addItem('', null, this.editorUi.actions.get('superscript').funct,
461 elt = menu.addItem('', null, this.editorUi.actions.get('fontColor').funct,
465 elt = menu.addItem('', null, this.editorUi.actions.get('backgroundColor').funct,
516 this.editorUi.actions.get('link').funct();
521 this.editorUi.actions.get('image').funct();
[all …]
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js2190 …asteActionStates=function(){var b=this.editor.graph,c=this.actions.get("paste"),e=this.actions.get…
2252actions.get(t[d]).setEnabled(g);this.actions.get("lockUnlock").setEnabled(!b.isSelectionEmpty());t…
2253actions.get("curved").setEnabled(k);this.actions.get("rotation").setEnabled(c);this.actions.get("w…
2254actions.get("collapsible").setEnabled(c&&(b.isContainer(b.getSelectionCell())||0<b.model.getChildC…
2255actions.get("editLink").setEnabled(1==p.length);this.actions.get("openLink").setEnabled(1==b.getSe…
2256 …is.actions.get("selectVertices").setEnabled(p);this.actions.get("selectEdges").setEnabled(p);this.
2953 …straint(new mxPoint(1,.5),!1)]})();function Actions(b){this.editorUi=b;this.actions={};this.init()}
2955actions.get("resetView").funct();1E-5>Math.abs(b-g.view.scale)&&d==g.view.translate.x&&c==g.view.t…
3240actions.get("copyStyle").shortcut+")");c.style.marginBottom="2px";c.style.width="104px";c.style.ma…
3269actions.get("editStyle").funct()})),c.setAttribute("title",mxResources.get("editStyle")+" ("+this.…
[all …]
H A Dviewer.min.js2190 …asteActionStates=function(){var b=this.editor.graph,c=this.actions.get("paste"),e=this.actions.get…
2252actions.get(t[d]).setEnabled(g);this.actions.get("lockUnlock").setEnabled(!b.isSelectionEmpty());t…
2253actions.get("curved").setEnabled(k);this.actions.get("rotation").setEnabled(c);this.actions.get("w…
2254actions.get("collapsible").setEnabled(c&&(b.isContainer(b.getSelectionCell())||0<b.model.getChildC…
2255actions.get("editLink").setEnabled(1==p.length);this.actions.get("openLink").setEnabled(1==b.getSe…
2256 …is.actions.get("selectVertices").setEnabled(p);this.actions.get("selectEdges").setEnabled(p);this.
2953 …straint(new mxPoint(1,.5),!1)]})();function Actions(b){this.editorUi=b;this.actions={};this.init()}
2955actions.get("resetView").funct();1E-5>Math.abs(b-g.view.scale)&&d==g.view.translate.x&&c==g.view.t…
3240actions.get("copyStyle").shortcut+")");c.style.marginBottom="2px";c.style.width="104px";c.style.ma…
3269actions.get("editStyle").funct()})),c.setAttribute("title",mxResources.get("editStyle")+" ("+this.…
[all …]
/plugin/diagramsnet/lib/plugins/
H A Danimation.js10 editorUi.actions.addAction('animation', function()
H A Danonymize.js40 editorUi.actions.addAction('anonymizeCurrentPage', function()
H A DcConf-1-4-8.js70 var renameAction = ui.actions.get("rename");
142 ui.actions.get('mathematicalTypesetting').funct = function()
1035 ui.actions.addAction('support...', function()
1126 ui.actions.addAction('shapes...', mxUtils.bind(this, function()
1768 var origSaveAction = ui.actions.get('save').funct;
1770 ui.actions.get('save').funct = function(exit)
H A Dexplore.js351 ui.actions.addAction('exploreFromHere', function()
H A Dflow.js67 ui.actions.addAction('toggleFlow', function()
H A Dimport.js160 ui.actions.addAction('importFreemind...', function()
H A Dnumber.js106 var action = ui.actions.addAction('number...', function()
H A Dpage.js10 ui.actions.addAction('page', function()
67 ui.actions.addAction('place', function()
H A Dprops.js37 ui.actions.addAction('extractData...', function()

12345678910>>...28