셀렉션된 텍스트를 text 로 교체합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
| text | String | 교체할 텍스트 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('replaceText', 'text'); |
...
셀렉션된 텍스트를 text 로 교체합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
| text | String | 교체할 텍스트 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('replaceText', 'text'); |
...