Lines Matching refs:tableCell
2005 var tableCell = null;
2046 tableCell = new mxCell(name, new mxGeometry(dx, 0, 160, 40),
2048 tableCell.vertex = true;
2049 cells.push(tableCell);
2055 tableCell.geometry.width = size.width + 10;
2058 else if (tableCell != null && tmp.charAt(0) == ')')
2060 dx += tableCell.geometry.width + 40;
2061 tableCell = null;
2063 else if (tmp != '(' && tableCell != null)
2086 if (size != null && tableCell.geometry.width < size.width + 30)
2088 … tableCell.geometry.width = Math.min(320, Math.max(tableCell.geometry.width, size.width + 30));
2091 tableCell.insert(rowCell, pk? 0 : null);
2092 tableCell.geometry.height += 30;