Examples
Powerful table support
The editor provides an extensive set of commands, allowing end-users to create, customize, and delete tables and their elements via built-in dialogs or context menus. Advanced cell operations including appearance customization, cell merging and splitting, <caption>,<summary>,<thead>,<tfoot>,<th> tags are also supported.
Demo Code:
<%
Dim rte
Set rte=new RichTextEditor
rte.Name="Editor1"
rte.MvcInit()
%>