Searched refs:tooltipMouseDown (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Sidebar.js | 255 Sidebar.prototype.tooltipMouseDown = null; method in Sidebar 279 this.tooltipMouseDown = mouseDown; 313 if (this.tooltipMouseDown != null) 315 this.tooltipMouseDown(evt); 548 this.tooltipMouseDown = null;
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2358 …faultImageWidth=80;Sidebar.prototype.defaultImageHeight=80;Sidebar.prototype.tooltipMouseDown=null; 2360 …e.createTooltip=function(a,b,d,e,c,f,k,h,g,l,m){m=null!=m?m:!0;this.tooltipMouseDown=g;null==this.… 2361 …rs(this.tooltip,mxUtils.bind(this,function(a){null!=this.tooltipMouseDown&&this.tooltipMouseDown(a… 2370 …ltip&&(this.tooltip.style.display="none",this.currentElt=null);this.tooltipMouseDown=null};Sidebar…
|