Toggle bulleted or numbered list setting in the paragraph in which the caret is positioned.
When there is a selection, bulleted or numbered list setting in the selected paragraphs is toggled.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'toggleList' list toggling API |
type | String |
|
Example:
editor.execCommand('toggleList', 'bullet'); editor.execCommand('toggleList', 'number');