Re: type link in the hyperlink information window

  •  09-26-2007, 1:45 AM

    Re: type link in the hyperlink information window

    When using this example it works fine when you type a url like www.google.be in the editor itself.
    But i am talking about the hyperlink information window where you can select Type : http:// , https:// , ftp:// , news:// ,... .
     
    I want to set it standard to http:// and don't leave my users the choice between them.


    Using Absolute Paths With the Domain Name

     


    To use absolute paths with the domain name, you need to set Editor.RemoveServerNamesFromUrl property to false and Editor.UseRelativeLinks property to false .

    Example:

    <CE:Editor id="Editor1" RemoveServerNamesFromUrl="false" UseRelativeLinks="false" runat="server"></CE:Editor>
View Complete Thread