CuteEditor for ASP 6.6 Class Library

Editor.RenderRichDropDown Property

Specify whether the dropdown render as rich style . IE5 always use simple select element.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'When this property is set to true, CuteEditor strips out the TBODY tags.
           editor.RenderRichDropDown = false
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace