| Status | |||||
|---|---|---|---|---|---|
|
...
|
...
|
Returns the cell (TD 또는 or TH) HTML Element를 반환합니다. Element in the table where the caret is located.
Return:
| Type | Description |
|---|---|
| HTML Element |
Cells in a table (TD |
or TH) HTML Element. |
Returns null if the caret or selection is not located inside a table cell. |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
var td = editor.getTableCellHTMLElement(); td.innerHTML = "표의 셀입니다A cell in the table."; |