Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/plugins/
H A Dvoice.js2047 graph.getWordForCell = function(cell, ignoreLabel) argument
2053 label = (ignoreLabel) ? null : firstWord(this.getLabel(cell));
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js5603 function updateCell(cell, obj, graph, source, target, ignoreLabel) argument
5626 cell.value = (!ignoreLabel) ? convertText(p) : '';