Page tree

Versions Compared

Key

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

캐럿이 위치한 곳에서 tab을 삽입합니다.

셀렉션 상태인 경우 셀렉션된 구간을 제거 후 tab을 삽입합니다.

표 셀 안에서는 다음 셀로 이동합니다.

...

Insert tab at the caret position.

When there is a selection, the selected block is deleted and tab is inserted.

In a table cell, move to the next cell.

In the start of a paragraph, increase indent.


Parameters:

NameTypeDescription
actionNameString액션 이름'tab' tab inserting API


Example:

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

...