Searched refs:ignoreLabel (Results 1 – 2 of 2) sorted by relevance
2047 graph.getWordForCell = function(cell, ignoreLabel) argument2053 label = (ignoreLabel) ? null : firstWord(this.getLabel(cell));
5603 function updateCell(cell, obj, graph, source, target, ignoreLabel) argument5626 cell.value = (!ignoreLabel) ? convertText(p) : '';