Searched refs:bindControlKey (Results 1 – 6 of 6) sorted by relevance
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | EditorUi.js | 5353 keyHandler.bindControlKey(code, f); 5392 …keyHandler.bindControlKey(36, function() { if (graph.isEnabled()) { graph.foldCells(true); }}); //… 5393 …keyHandler.bindControlKey(35, function() { if (graph.isEnabled()) { graph.foldCells(false); }}); /… 5394 keyHandler.bindControlKey(13, function() { ui.ctrlEnter(); }); // Ctrl+Enter
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | EditorUi.js | 10062 this.keyHandler.bindControlKey(88, null); 10063 this.keyHandler.bindControlKey(67, null); 10064 this.keyHandler.bindControlKey(86, null);
|
| /plugin/diagramsnet/lib/js/ |
| D | viewer.min.js | 1915 mxKeyHandler.prototype.bindControlKey=function(a,b){this.controlKeys[a]=b};mxKeyHandler.prototype.b… method in mxKeyHandler 2303 …unction(){e.isEnabled()&&e.funct()},d?c?g.bindControlShiftKey(b,f):g.bindControlKey(b,f):c?g.bindS… 2304 …le)g.bindControlKey(36,function(){k.isEnabled()&&k.foldCells(!0)}),g.bindControlKey(35,function(){…
|
| D | app.min.js | 1949 mxKeyHandler.prototype.bindControlKey=function(a,b){this.controlKeys[a]=b};mxKeyHandler.prototype.b… method in mxKeyHandler 2337 …unction(){f.isEnabled()&&f.funct()},b?e?c.bindControlShiftKey(a,d):c.bindControlKey(a,d):e?c.bindS… 2338 …le)c.bindControlKey(36,function(){e.isEnabled()&&e.foldCells(!0)}),c.bindControlKey(35,function(){…
|
| D | viewer-static.min.js | 1915 mxKeyHandler.prototype.bindControlKey=function(a,b){this.controlKeys[a]=b};mxKeyHandler.prototype.b… method in mxKeyHandler 2303 …unction(){e.isEnabled()&&e.funct()},d?c?g.bindControlShiftKey(b,f):g.bindControlKey(b,f):c?g.bindS… 2304 …le)g.bindControlKey(36,function(){k.isEnabled()&&k.foldCells(!0)}),g.bindControlKey(35,function(){…
|
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 1711 mxKeyHandler.prototype.bindControlKey=function(a,b){this.controlKeys[a]=b};mxKeyHandler.prototype.b… method in mxKeyHandler
|