Page tree

Versions Compared

Key

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

문서 전체를 셀렉션 합니다Select the entire document.


Parameters:

NameTypeDescription
actionNameString액션 이름'selectAll' select the entire document API


Example:

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

...