Examples
Plain Text Switcher
This example demonstrates how to toggle from a plain text field to the Rich Text Editor with a simple button click.
Demo Code:
<%
Dim rte
Set rte=new RichTextEditor
rte.Name="Editor1"
rte.MvcInit()
%>