This sample demonstrates how to design forum application using Rich Text Editor. You can type the content and click reply button to post it.
|
Kimberly
|
|
|
Answered on May 7, 2018 6.30 PM
|
Rich Text Editor is a WYSIWYG editing control which will reduce the effort for users while trying to express their formatting word content as HTML or Markdown format. So, Rich Text Editor can easily customized to use for blog posting, forums as an editor for response. Injecting Module The above features built as modules have to be included in your application. For example, to use image and link, inject the specific module using RichTextEditor.Inject (Toolbar, Link, Image, HtmlEditor, QuickToolbar, PasteCleanup).