Moves the cursor to the end of the paragraph in which the cursor is located.
Namespace:DevExpress.Web.ASPxRichEdit.Scripts
Assembly:JavaScript

Syntax
JavaScript |
function goToParagraphEnd();
|

Remarks
Usage example:
JavaScript |
richEdit.selection.goToParagraphEnd();
|

See Also