Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js9777 var updateShape = function(targetGraph, targetCell, hide) argument
9800 var isNew = !targetGraph.model.contains(targetCell);
9807 targetGraph.getModel().beginUpdate();
9816 targetGraph.addCell(targetCell)
9819 targetGraph.setCellStyles(mxConstants.STYLE_SHAPE, 'stencil(' + newValue + ')', [targetCell]);
9828 targetGraph.getModel().endUpdate();
9834 targetGraph.setSelectionCell(targetCell);
9835 targetGraph.scrollCellToVisible(targetCell);