Page tree

Versions Compared

Key

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

캐럿이 위치한 문단을 들여쓰기 합니다.

...

Increase indent of the paragraph in which the caret is positioned.

When there is a selection, indents of the selected paragraphs are increased.


Parameters:

NameTypeDescription
actionNameString액션 이름'increaseIndent' indent increasing API


Example:

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

...