Examples
Edit full html page
This example demonstrates you can use RichTextEditor to edit full html page from <html> to </html>.
Demo Code:
<%
Dim rte
Set rte=new RichTextEditor
rte.Name="Editor1"
rte.TagBlackList=""
rte.StyleBlackList=""
rte.AllowScriptCode=true
rte.EditCompleteDocument=true
rte.MvcInit()
%>