Searched refs:removeTagsForCells (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/plugins/ |
H A D | tags.js | 230 graph.removeTagsForCells(graph.getSelectionCells(), [tag])
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 6240 graph.removeTagsForCells( 6272 graph.removeTagsForCells(graph.getSelectionCells(), [tag]); 7409 Graph.prototype.removeTagsForCells = function(cells, tagList) method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 3285 …lick",function(d){var c=mxUtils.indexOf(m,b);0<=c&&m.splice(c,1);l.removeTagsForCells(l.model.getD… 3286 …nction(d){v.checked?l.addTagsForCells(l.getSelectionCells(),[b]):l.removeTagsForCells(l.getSelecti… 3312 …(b[c],"tags",f)}}finally{this.model.endUpdate()}}};Graph.prototype.removeTagsForCells=function(b,d…
|
H A D | viewer-static.min.js | 3285 …lick",function(d){var c=mxUtils.indexOf(m,b);0<=c&&m.splice(c,1);l.removeTagsForCells(l.model.getD… 3286 …nction(d){v.checked?l.addTagsForCells(l.getSelectionCells(),[b]):l.removeTagsForCells(l.getSelecti… 3312 …(b[c],"tags",f)}}finally{this.model.endUpdate()}}};Graph.prototype.removeTagsForCells=function(b,d…
|
H A D | app.min.js | 10617 …lick",function(c){var f=mxUtils.indexOf(g,b);0<=f&&g.splice(f,1);m.removeTagsForCells(m.model.getD… 10618 …nction(c){n.checked?m.addTagsForCells(m.getSelectionCells(),[b]):m.removeTagsForCells(m.getSelecti… 10644 …(b[f],"tags",d)}}finally{this.model.endUpdate()}}};Graph.prototype.removeTagsForCells=function(b,c…
|