BackspaceCommand.execute Method
Executes the BackspaceCommand command.
Declaration
execute(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example:
richEdit.commands.backspace.execute();
To delete fields and tables using this command, they should be selected completely.
To delete table elements, use the corresponding methods (RichEditCommands.deleteTable, RichEditCommands.deleteTableCellsWithShiftHorizontally, RichEditCommands.deleteTableCellsWithShiftVertically).
See Also