Home
last modified time | relevance | path

Searched refs:bindControlKey (Results 1 – 6 of 6) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
DEditorUi.js5353 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/
DEditorUi.js10062 this.keyHandler.bindControlKey(88, null);
10063 this.keyHandler.bindControlKey(67, null);
10064 this.keyHandler.bindControlKey(86, null);
/plugin/diagramsnet/lib/js/
Dviewer.min.js1915 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(){…
Dapp.min.js1949 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(){…
Dviewer-static.min.js1915 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/
DmxClient.js1711 mxKeyHandler.prototype.bindControlKey=function(a,b){this.controlKeys[a]=b};mxKeyHandler.prototype.b… method in mxKeyHandler