RichEditCommands Methods
Contains a set of the available client commands.| Name | Description |
|---|---|
| beginUpdate | Gets a command to prevent the control UI from being updated until the RichEditCommands.endUpdate method is called. |
| endUpdate | Re-enables render operations after a call to the RichEditCommands.beginUpdate method and forces immediate re-rendering. |
See Also