캐럿이 위치한 곳에서 tab을 삽입합니다.
셀렉션 상태인 경우 셀렉션된 구간을 제거 후 tab을 삽입합니다.
표 셀 안에서는 다음 셀로 이동합니다.
...
Insert tab at the caret position.
When there is a selection, the selected block is deleted and tab is inserted.
In a table cell, move to the next cell.
In the start of a paragraph, increase indent.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'tab' tab inserting API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('tab'); |
...