Lines Matching refs:showLabel

276 Sidebar.prototype.createTooltip = function(elt, cells, w, h, title, showLabel, off, maxSize, mouseD…  argument
367 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);
2151 Sidebar.prototype.createItem = function(cells, title, showLabel, showTitle, width, height, allowCel… argument
2178 elt, title, showLabel, showTitle, width, height);
2207 this.showTooltip(elt, cells, bounds.width, bounds.height, title, showLabel);
3583 …reateVertexTemplateEntry = function(style, width, height, value, title, showLabel, showTitle, tags) argument
3594 return this.createVertexTemplate(style, width, height, value, title, showLabel, showTitle);
3601 Sidebar.prototype.createVertexTemplate = function(style, width, height, value, title, showLabel, sh… argument
3606 …return this.createVertexTemplateFromCells(cells, width, height, title, showLabel, showTitle, allow…
3612 Sidebar.prototype.createVertexTemplateFromData = function(data, width, height, title, showLabel, sh… argument
3622 …return this.createVertexTemplateFromCells(cells, width, height, title, showLabel, showTitle, allow…
3628 Sidebar.prototype.createVertexTemplateFromCells = function(cells, width, height, title, showLabel, … argument
3632 …return this.createItem(cells, title, showLabel, showTitle, width, height, allowCellsInserted, show…
3638 Sidebar.prototype.createEdgeTemplateEntry = function(style, width, height, value, title, showLabel,… argument
3644 …return this.createEdgeTemplate(style, width, height, value, title, showLabel, allowCellsInserted, …
3651 Sidebar.prototype.createEdgeTemplate = function(style, width, height, value, title, showLabel, allo… argument
3659 …return this.createEdgeTemplateFromCells([cell], width, height, title, showLabel, allowCellsInserte…
3665 Sidebar.prototype.createEdgeTemplateFromCells = function(cells, width, height, title, showLabel, al… argument
3667 …return this.createItem(cells, title, showLabel, (showTitle != null) ? showTitle : true, width, hei…