Uppercase the first letters of each words of the selected English text.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'titleCase' first letter uppercasing API |
Example:
editor.execCommand('titleCase');
Uppercase the first letters of each words of the selected English text.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'titleCase' first letter uppercasing API |
Example:
editor.execCommand('titleCase');