Feature Request: Custimize Hyperlink

Last post 04-12-2006, 5:02 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  04-12-2006, 11:03 AM 18151

    Feature Request: Custimize Hyperlink

    In the Hyperlink button I would like to:
    • Create a custom title.  Our client wants it to say "Insert File" instead of "Downloadable File."
    • When the popup appears, can you set the default to "http://" instead of "Other"
  •  04-12-2006, 5:02 PM 18180 in reply to 18151

    Re: Feature Request: Custimize Hyperlink

    >>Create a custom title.  Our client wants it to say "Insert File" instead of "Downloadable File."
     
    You can achieve it by modifying the language files.
     
    >>When the popup appears, can you set the default to "http://" instead of "Other"
     
    In the Downloadable File dialog,  the default URL can't be set to "http://" because it assumes you select the files in your local server.
     
    However you can set you editor use absolute paths. CuteEditor will automatically put "http://" before those links.
     
    To use absolute paths with the domain name, you need to set Editor.RemoveServerNamesFromUrl property to false.
     
    Example:

          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               editor.RemoveServerNamesFromUrl = false
               editor.UseRelativeLinks= false
               editor.Text = "Hello World"
               editor.Draw()
          %>
     

     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML