CuteEditor for ASP 6.6 Class Library

Editor.ID Property

Gets or sets the programmatic identifier assigned to the Cute Editor control.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           'Gets or sets the programmatic identifier assigned to the Cute Editor control.
           editor.ID = "Editor1"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace