Moves the cursor to the previous page break mark and extends the selection.
Namespace:DevExpress.Web.ASPxRichEdit.Scripts
Assembly:JavaScript

Syntax
JavaScript |
function goToStartPrevPageCommand(
extendSelection : bool
);
|
Parameters
-
extendSelection
-
Type: Boolean
true to extend the selection; otherwise, false.

Remarks
Usage Example:
JavaScript |
richEdit.selection.goToStartPrevPageCommand(true);
|

See Also