스크롤 아래쪽으로 캐럿을 이동시킵니다Move the caret below the scroll.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String |
| 'pageDown' move the caret below the scroll API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('pageDown'); |
...
스크롤 아래쪽으로 캐럿을 이동시킵니다Move the caret below the scroll.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String |
| 'pageDown' move the caret below the scroll API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('pageDown'); |
...