캐럿을 문서의 맨 뒤으로 이동시킵니다Move the caret to the end of the document..
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'documentEnd' move the caret to the end of the document API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('documentEnd'); |
...
캐럿을 문서의 맨 뒤으로 이동시킵니다Move the caret to the end of the document..
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'documentEnd' move the caret to the end of the document API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('documentEnd'); |
...