CuteEditor for ASP 6.6 Class Library

Editor.FilesPath Property

Sets the path to editor files.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Sets the path to editor files.
           editor.FilesPath = "/ASP/CuteEditor_Files"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace