CuteEditor for ASP 6.6 Class Library

Editor.DownLevelColumns Property

Gets or sets the columns property of the downlevel TEXTAREA


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Gets or sets the columns property of the downlevel TEXTAREA.
           editor.DownLevelColumns = 50
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace