Back to Devexpress

RichEditSelection.goToNextWord Method

aspnet-js-richeditselection-ab8272cb.md

latest806 B
Original Source

RichEditSelection.goToNextWord Method

Moves the cursor to the next word and allows you to extend the selection.

Declaration

ts
goToNextWord(
    extendSelection?: boolean
): void

Parameters

NameTypeDescription
extendSelectionboolean

true to extend the selection; otherwise, false.

|

Remarks

The method treats most punctuation marks as separate words.

javascript
richEdit.selection.goToNextWord(true);

Refer to the following section for more information: Client Selection.

See Also

RichEditSelection Class

RichEditSelection Members