Page tree

Versions Compared

Key

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

스크롤 아래쪽까지 셀렉션을 확장시킵니다.Extend the selection below the scroll


Parameters:

NameTypeDescription
actionNameString액션 이름'extendPageDown' extend the selection below the scroll API


Example:

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

...