CuteEditor for ASP 6.6 Class Library

Editor.ConfigurationPath Property

Specifies the path which contains XML file (*.config). The XML file defines the toolbar appearance. Developers can use this property to specify the path of custom configuration files.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'specify the path of your custom configuration file
           editor.ConfigurationPath = "/asp/CuteEditor_Files/Configuration/myTools.config"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace