Examples

Editor Auto Adjusting Height

This example demonstrates how to use Editor.ResizeMode to make the Editor change its height based on the content. The Editor will now grow and shrink in height to match the content inside.

Demo Code:

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