CuteEditor for ASP 6.6 Class Library

Editor.HelpUrl Property

Specify the url when the help button click


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Specify the url when the help button click.
           editor.HelpUrl = "http://richscripts.com/default.aspx"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace