With the DevExpress ASP.NET MVC Rich Text Editor (RichEdit extension), your users can view and modify documents with rich text formatting in a browser. The RichEdit can open and save documents in the most popular document file formats, such as DOCX, DOC, RTF, TXT, HTML. You can allow end-users to perform file management operations (such as creating a new document, opening an existing document or saving a document) via the corresponding ribbon command buttons. These buttons are available in the File tab of the built-in ribbon.
This demo illustrates how the RichEdit can open and save documents in different formats. Simply add the RichEdit extension to a page and set a single property - settings.WorkDirectory. This property specifies the folder on the server where documents are located.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxRichEditDemos |