Page tree

Versions Compared

Key

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

셀렉션된 텍스트의 스타일을 제거합니다Removes the style of the selected text.


Parameters:

NameTypeDescription
actionNameString액션 이름'removeTextStyle' the style of the selected text removing API.


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('removeTextStyle');

...