Page tree

Versions Compared

Key

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

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


Parameters:

NameTypeDescription
actionNameString액션 이름'pageUp' move the caret above the scroll API


Example:

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

...