PARAM수정
셀렉션을 왼쪽으로 확장시킵니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendLeft'); |
...
PARAM수정
셀렉션을 왼쪽으로 확장시킵니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendLeft'); |
...