Searched refs:cellName (Results 1 – 2 of 2) sorted by relevance
83 var cellName = propertyModel.Name;90 …cellName += ' | ' + foreignKeyModel.PrimaryKeyTableName + '(' + foreignKeyModel.PrimaryKeyName + '…95 rowCell = new mxCell(cellName, new mxGeometry(0, 0, 90, 26),
3834 mxVsdxPage.prototype.getCellValue = function (cellName) { argument3835 … var cell = (function (m, k) { return m[k] ? m[k] : null; })(this.cellElements, cellName);3841 mxVsdxPage.prototype.getCellIntValue = function (cellName, defVal) { argument3842 var val = this.getCellValue(cellName);