CuteEditor for ASP 6.6 Class Library

Editor.EditorBodyStyle Property

The style to be applied to the Editor body.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Sets the style to be applied to the Editor body.
           editor.EditorBodyStyle = "font:normal 14px verdana;"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace