Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js367 this.graph2.labelsVisible = (showLabel == null || showLabel);
500 Sidebar.prototype.showTooltip = function(elt, cells, w, h, title, showLabel) argument
514 this.createTooltip(elt, cells, w, h, title, showLabel);
2056 Sidebar.prototype.createThumb = function(cells, width, height, parent, title, showLabel, showTitle) argument
2058 this.graph.labelsVisible = (showLabel == null || showLabel);
2178 elt, title, showLabel, showTitle, width, height);
2207 this.showTooltip(elt, cells, bounds.width, bounds.height, title, showLabel);
3594 return this.createVertexTemplate(style, width, height, value, title, showLabel, showTitle);
3632 …return this.createItem(cells, title, showLabel, showTitle, width, height, allowCellsInserted, show…
3644 …return this.createEdgeTemplate(style, width, height, value, title, showLabel, allowCellsInserted, …
[all …]