Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

셀렉션된 텍스트를 text 로 교체합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
textString교체할 텍스트


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('replaceText', 'text');

...