Searched refs:addTagsForCells (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/plugins/ |
H A D | tags.js | 212 graph.addTagsForCells(graph.getSelectionCells(), [tag]) 302 graph.addTagsForCells(graph.getSelectionCells(), searchInput.value.toLowerCase().split(' '));
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 6268 graph.addTagsForCells(graph.getSelectionCells(), [tag]); 7368 Graph.prototype.addTagsForCells = function(cells, tagList) method in Graph
|
H A D | Dialogs.js | 7616 graph.addTagsForCells(graph.getSelectionCells(), tags);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 3286 "removeIt":"add",[b]));mxEvent.addListener(v,"change",function(d){v.checked?l.addTagsForCells(l.get… 3311 …ion(b){return this.getAttributeForCell(b,"tags","")};Graph.prototype.addTagsForCells=function(b,d)…
|
H A D | app.min.js | 10288 …f(c,m)&&e.push(m)}0<e.length&&(k.isSelectionEmpty()?f(c.concat(e)):k.addTagsForCells(k.getSelectio… 10618 "removeIt":"add",[b]));mxEvent.addListener(n,"change",function(c){n.checked?m.addTagsForCells(m.get… 10643 …ion(b){return this.getAttributeForCell(b,"tags","")};Graph.prototype.addTagsForCells=function(b,c)…
|
H A D | viewer-static.min.js | 3286 "removeIt":"add",[b]));mxEvent.addListener(v,"change",function(d){v.checked?l.addTagsForCells(l.get… 3311 …ion(b){return this.getAttributeForCell(b,"tags","")};Graph.prototype.addTagsForCells=function(b,d)…
|