Page tree

Versions Compared

Key

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

선택된 열들의 너비를 같게 설정합니다.Equalize the width of the selected columns


Parameters:

NameTypeDescription
actionNameString액션 이름'columnWidthEqual' column width equalizing API


Example:

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

...