Home
last modified time | relevance | path

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

/plugin/prosemirror/parser/
DTableRowNode.php34 $tableCell = array_shift($this->tableCells);
35 $doc .= $tableCell->toSyntax();
37 $rowSpan = $tableCell->getRowSpan();
38 $colSpan = $tableCell->getColSpan();
/plugin/diagramsnet/lib/plugins/
Dsql.js46 var tableCell = null;
110 if (size !== null && tableCell.geometry.width < size.width + 10) {
111 tableCell.geometry.width = size.width + 10;
114 tableCell.insert(rowCell);
115 tableCell.geometry.height += 26;
350 tableCell = null;
554 tableCell = new mxCell(tableModel.Name, new mxGeometry(dx, 0, maxNameLenght, 26),
556 tableCell.vertex = true;
561 tableCell.geometry.width = size.width + maxNameLenght;
565 cells.push(tableCell);
[all …]
/plugin/codemirror/dist/modes/
Dtextile.min.js1tableCell)(a,b)},tableCell:function(a,b){if(a.match(l("tableHeading")))b.tableHeading=true;else a.… method
Dtextile.min.js.map1tableCell","defineMode","startState","token","sol","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC…
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js3220 var sub, sup, full, tableWrapper, currentTable, tableCell, tableRow;
3914 graph.insertColumn(currentTable, (tableCell != null) ? tableCell.cellIndex : 0);
3929 graph.insertColumn(currentTable, (tableCell != null) ? tableCell.cellIndex + 1 : -1);
3942 if (currentTable != null && tableCell != null)
3944 graph.deleteColumn(currentTable, tableCell.cellIndex);
4023 …var targetElt = (tableCell != null && (evt == null || !mxEvent.isShiftDown(evt))) ? tableCell : cu…
4058 …var targetElt = (tableCell != null && (evt == null || !mxEvent.isShiftDown(evt))) ? tableCell : cu…
4429tableCell = (currentTable == null) ? null : graph.getParentByNames(node, ['TD', 'TH'], currentTabl…
/plugin/diagramsnet/lib/js/diagramly/
DDialogs.js2005 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)
[all …]
/plugin/ckgedit/ckeditor/
Dckeditor.js.unc23417 CKEDITOR.dialog.add("cellProperties", this.path + "dialogs/tableCell.js");