Hello Vincent,
RadEditor does not offer support for the requested feature out-of-the box and we do not support it.
The RadEditor commands are designed to be executed in Design mode only. Yes, you can enable the buttons icons using the setState method but this will not enable the Cut, Copy, Paste, Undo and Redo commands because the content area in Html mode is a textbox but the content area in Design mode is editable IFRAME.
You can get a reference to the textbox in HTML mode using the editor.
get_textArea() method and implement your own buttons and commands by enabling them when switching to HTML mode.
Kind regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.