표 셀 안에서 이전 셀로 이동합니다.
...
In a table cell, move to the previous cell.
In the start of a paragraph, decrease indent.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'untab' indent decreasing (move to the previous cell) API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('untab'); |
...