This example demonstrates how to submit the content of a document opened in the Rich Text Editor control with other form values.
Once a user clicks the Submit button, the example calls the control's saveDocument method and invokes the Saving event. The event handler uses base64 and format event arguments to obtain the content and format of the document opened in the Rich Text Editor. The handler saves the document's content and format to hidden fields and submits the form.
(you will be redirected to DevExpress.com to submit your response)