CuteEditor for ASP 6.6 Class Library

Editor.EditorBodyClass Property

Specifies the Class 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.EditorBodyClass = "SomeClass"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace