Make the paragraph in which the caret is positioned a numbered list.
When there is a selection, the selected paragraphs become a numbered list.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'setNumberedList' numbered list API |
| format | String |
|
Example:
editor.execCommand('setNumberedList', 'decimal');
editor.execCommand('setNumberedList', 'decimalEnclosedCircle');
editor.execCommand('setNumberedList', 'ganada'); |