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