RichTextEditor: Add a support to programmatically insert plain text/html code at the cursor point
Provide the support for add specified content at specified position (cursor position). For example expose InsertTextCommand, now you have InsertImageCommand.
or a method SetHtml -> RadRichTextEditor.SetHtml(html code);