Page tree

Versions Compared

Key

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

스크롤 아래쪽으로 캐럿을 이동시킵니다Move the caret below the scroll.


Parameters:

NameTypeDescription
actionNameString
액션 이름
'pageDown' move the caret below the scroll API


Example:

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

...