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

Syntax
JavaScript |
function goToParagraphStart();
|

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

See Also