CuteEditor for ASP 6.6 Class Library

Editor.EditorBodyId Property

Specifies an Id name that will be added to the body of the editor document.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Sets the style to be applied to the Editor body.
           editor.EditorBodyId = "SomeID"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace