Page tree

Versions Compared

Key

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

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

...

In a table cell, move to the previous cell.

In the start of a paragraph, decrease indent.


Parameters:

NameTypeDescription
actionNameString액션 이름'untab' indent decreasing (move to the previous cell) API


Example:

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

...