CuteEditor for ASP 6.6 Class Library

Editor.DownLevelRows Property

Gets or sets the rows property of the downlevel TEXTAREA


Example Code

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

See Also

Editor Class | CuteEditor Namespace