Searched refs:firstVertex (Results 1 – 1 of 1) sorted by relevance
2753 Sidebar.prototype.isDropStyleEnabled = function(cells, firstVertex) argument2757 if (firstVertex != null && cells.length == 1)2759 var vstyle = this.graph.getCellStyle(cells[firstVertex]);2789 var firstVertex = null;2794 if (firstVertex == null && graph.model.isVertex(cells[i]))2796 firstVertex = i;2804 if (firstVertex != null && freeSourceEdge != null)2810 var dropStyleEnabled = this.isDropStyleEnabled(cells, firstVertex);2822 …s.updateShapes((graph.model.isEdge(currentStyleTarget.cell)) ? cells[0] : cells[firstVertex], tmp);2827 …aph.model.isEdge(currentTargetState.cell) || freeSourceEdge == null) ? firstVertex : freeSourceEdg…[all …]