Examples

Support output well-formed HTML and XHTML

This example show you RichTextEditor supports output well-formed XHTML. Your choice of XHTML 1.0 or HTML 4.01 output.

XHTML:

Demo Code:

<%
     Dim rte
     Set rte=new RichTextEditor
     rte.Name="Editor1"
     rte.MvcInit()
%>