CuteEditor for ASP 6.6 Class Library

Editor.Draw Method

Render the Editor on the client.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           editor.Text = "Hello World"
           'Render the Editor on the client.
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace