In a table cell, move to the previous cell.
In the start of a paragraph, decrease indent.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'untab' indent decreasing (move to the previous cell) API |
Example:
editor.execCommand('untab');
In a table cell, move to the previous cell.
In the start of a paragraph, decrease indent.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'untab' indent decreasing (move to the previous cell) API |
Example:
editor.execCommand('untab');