CuteEditor for ASP 6.6 Class Library

Editor.TabSpaces Property

Sets the number of spaces ( ) to be inserted when the user hits the 'tab' key


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
            'Sets the number of spaces (&nbsp;) to be inserted when the user hits the 'tab' key.
           editor.TabSpaces = 5
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace