/plugin/markdownextra/lib/meltdown/js/ |
H A D | jquery.meltdown.js | 100 function addClickHandler(outer) { function 124 addClickHandler(outer);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DrawioFileSync.js | 319 var addClickHandler = mxUtils.bind(this, function(elt) 349 addClickHandler(elt); 389 addClickHandler(elt);
|
H A D | GraphViewer.js | 464 this.addClickHandler(this.graph); 1712 GraphViewer.prototype.addClickHandler = function(graph, ui) method in GraphViewer 1716 graph.addClickHandler(this.graphConfig.highlight, mxUtils.bind(this, function(evt, href) 2009 this.addClickHandler(graph, ui);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Toolbar.js | 916 this.addClickHandler(elt, funct); 963 Toolbar.prototype.addClickHandler = function(elt, funct) method in Toolbar
|
H A D | Format.js | 482 var addClickHandler = mxUtils.bind(this, function(elt, panel, index, lastEntry) 566 addClickHandler(label, diagramPanel, idx++); 575 addClickHandler(label2, stylePanel, idx++); 652 addClickHandler(label, stylePanel, idx++); 675 addClickHandler(label2, textPanel, idx++); 682 addClickHandler(label3, arrangePanel, idx++, true);
|
H A D | Sidebar.js | 2185 this.addClickHandler(elt, ds, cells); 2197 this.addClickHandler(elt, ds, cells); 3520 Sidebar.prototype.addClickHandler = function(elt, ds, cells) method in Sidebar
|
H A D | EditorUi.js | 3033 this.editor.graph.addClickHandler(hl);
|
H A D | Graph.js | 9086 Graph.prototype.addClickHandler = function(highlight, beforeClick, onClick) method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2228 …urlParams.highlight;null!=b&&0<b.length&&(b="#"+b);this.editor.graph.addClickHandler(b)};EditorUi.… 2566 …ell(c)}finally{this.getModel().endUpdate()}return c};Graph.prototype.addClickHandler=function(b,d,… 4025 …is.forceCenter||this.layersEnabled&&!this.autoCrop||this.crop();this.addClickHandler(this.graph);t… 4066 GraphViewer.prototype.addClickHandler=function(b,c){b.linkPolicy=this.graphConfig.target||b.linkPol… 4076 ….setPrefixedStyle(d.style,"transition","all .25s ease-in-out"));this.addClickHandler(t,k);window.s…
|
H A D | app.min.js | 2262 …urlParams.highlight;null!=a&&0<a.length&&(a="#"+a);this.editor.graph.addClickHandler(a)};EditorUi.… 2500 …addClickHandler(g,e,a),e.isGuidesEnabled=mxUtils.bind(this,function(){return this.editorUi.editor.… 2543 Sidebar.prototype.addClickHandler=function(a,b,d){var e=b.mouseDown,c=b.mouseMove,f=b.mouseUp,k=thi… 2815 …ell(d)}finally{this.getModel().endUpdate()}return d};Graph.prototype.addClickHandler=function(a,b,… 3672 …reateButton(a);e=null!=e?e:this.container;this.initElement(a,b);this.addClickHandler(a,d);e.append… 3673 Toolbar.prototype.addClickHandler=function(a,b){null!=b&&(mxEvent.addListener(a,"click",function(d)…
|
H A D | viewer-static.min.js | 2228 …urlParams.highlight;null!=b&&0<b.length&&(b="#"+b);this.editor.graph.addClickHandler(b)};EditorUi.… 2566 …ell(c)}finally{this.getModel().endUpdate()}return c};Graph.prototype.addClickHandler=function(b,d,… 4025 …is.forceCenter||this.layersEnabled&&!this.autoCrop||this.crop();this.addClickHandler(this.graph);t… 4066 GraphViewer.prototype.addClickHandler=function(b,c){b.linkPolicy=this.graphConfig.target||b.linkPol… 4076 ….setPrefixedStyle(d.style,"transition","all .25s ease-in-out"));this.addClickHandler(t,k);window.s…
|