Page tree

Versions Compared

Key

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

셀렉션을 이전 문단의 맨 앞까지 확장시킵니다Extend the selection to the start of the previous paragraph.


Parameters:

NameTypeDescription
actionNameString액션 이름'extendPreviousParagraphStart' extend the selection to the start of the paragraph API


Example:

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

...