Lines Matching refs:newCell
13137 var newCell = new mxCell(label, new mxGeometry(x0, y,
13139 newCell.vertex = true;
13140 newCell.id = id;
13144 graph.setAttributeForCell(newCell, attribs[j], values[j]);
13149 var tempLabel = labels[newCell.getAttribute(labelname)];
13153 graph.labelChanged(newCell, tempLabel);
13159 var tempStyle = styles[newCell.getAttribute(stylename)];
13163 newCell.style = tempStyle;
13167 graph.setAttributeForCell(newCell, 'placeholders', '1');
13168 newCell.style = graph.replacePlaceholders(newCell, newCell.style, vars);
13172 graph.model.setValue(cell, newCell.value);
13173 graph.model.setStyle(cell, newCell.style);
13184 graph.fireEvent(new mxEventObject('cellsInserted', 'cells', [newCell]));
13187 cell = newCell;