Examples

Capturing save event

RichTextEditor allows you capture the click event of each button of the editor toolbar. In this example, it shows how to capture the "Save" event.

Demo Code:

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