셀렉션을 오른쪽으로 확장시킵니다Extend the selection rightward.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'extendRight' rightward selection extending API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('extendRight'); |
...
셀렉션을 오른쪽으로 확장시킵니다Extend the selection rightward.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'extendRight' rightward selection extending API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('extendRight'); |
...