Page tree

Versions Compared

Key

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

선택된 열을 제거합니다Delete the column in which the caret or selection is positioned.


Parameters:

NameTypeDescription
actionNameString액션 이름'deleteCol' column deleting API


Example:

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

...