Page tree

Versions Compared

Key

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

셀렉션된 텍스트를 기울입니다.

...

Italicize the selected text.

In caret status, the text to be entered is italicized.


Parameters:

NameTypeDescription
actionNameString액션 이름'italic' text italicizing API


Example:

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

...