Extend the selection to the end of the paragraph.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'extendLineEnd' extend the selection to the end of the paragraph API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendLineEnd'); |
...
Extend the selection to the end of the paragraph.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'extendLineEnd' extend the selection to the end of the paragraph API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendLineEnd'); |
...