Unplanned
Last Updated: 20 May 2021 12:00 by ADMIN
Datafyer
Created on: 23 Oct 2019 19:14
Category: UI for Blazor
Type: Feature Request
54
Rich text editor

A rich text editor style control would be very helpful in specific cases as I could allow the user to edit and style text.

---

ADMIN EDIT

A Web application (such as Blazor applications) are based on HTML and CSS, and the Telerik UI for Blazor suite already offers a component that outputs HTML: https://demos.telerik.com/blazor-ui/editor/overview. You can even import and export its content from/to an MS Word document (or other formats) through the Telerik Document Processing Libraries that come with your license) as shown here: https://github.com/telerik/blazor-ui/tree/master/editor/ImportExport.

---

3 comments
ADMIN
Marin Bratanov
Posted on: 10 Aug 2020 08:18

Hi all,

For people looking for HTML output - we already have that in the 2.16.0 release: https://docs.telerik.com/blazor-ui/components/editor/overview

The HTML editor can also be used together with other forms of rich text by importing/exporting the content to the desired format: https://docs.telerik.com/blazor-ui/components/editor/import-export. For example, you can get an MS Word document and convert it to HTML and vice-versa.

 

Regards,
Marin Bratanov
Progress Telerik

ADMIN
Marin Bratanov
Posted on: 25 Oct 2019 09:14

I am reopening this as it may have slightly different context - Rich Text can be something like an MS Word document and this is what this page will gather feedback, comment, and interest (votes) for.

There are fundamental differences between HTML and rich text, and while you can convert HTML to MS Word or other document formats, a rich text editor may still be beneficial as it may offer things like paging, margins, etc., that are not available in HTML (and HTML editors).

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
ADMIN
Marin Bratanov
Posted on: 24 Oct 2019 07:45

Hello Patrick,

You can Follow and Vote for the implementation of an editor here: https://feedback.telerik.com/blazor/1408058-html-editor-component.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor