Page tree

Versions Compared

Key

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

Extend the selection to the end of the paragraph.


Parameters:

NameTypeDescription
actionNameString'extendLineEnd' extend the selection to the end of the paragraph API


Example:

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

...