...
셀렉션 상태인 경우 셀렉션된 구간을 제거합니다.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('deleteRight'); |
...
...
셀렉션 상태인 경우 셀렉션된 구간을 제거합니다.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('deleteRight'); |
...