Page tree

Versions Compared

Key

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

선택된 셀들의 너비, 높이를 같게 설정합니다Equalize the size of the selected cells.


Parameters:

NameTypeDescription
actionNameString액션 이름'cellSizeEqual' cell size equalizing API


Example:

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

...