ShowFieldCodesCommand.execute Method
Executes the ShowFieldCodesCommand command with the specified parameter.
Declaration
execute(
showFieldCodes?: boolean
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| showFieldCodes | boolean |
|
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Usage example:
richEdit.commands.showFieldCodes.execute(true);
See Also