Page tree

Versions Compared

Key

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

선택된 테이블의 너비를 100% 설정합니다.Set table width to 100%


Parameters:

NameTypeDescription
actionNameString액션 이름'fitTableWidth' table width 100% setting API


Example:

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

...