BaseHref Usage

Last post 05-22-2007, 7:12 PM by Adam. 3 replies.
Sort Posts: Previous Next
  •  05-21-2007, 2:21 AM 29830

    BaseHref Usage

    Hi Mr Adam,
     
        I would like understand the usage of the BaseHref property in Cute Editor .NET version 6.0.
     
        I have tried out using the property with "EditFullDocument" property set to false, and it works fine.
     
        But, when "EditFullDocument" property is set to true, it does not work.
     
        May I know does "BaseHref" property has any limitation in it's usage?
     
        Please advise. Thanks.
     
    regards,
    Bill Tang
  •  05-21-2007, 6:24 PM 29858 in reply to 29830

    Re: BaseHref Usage

    Hi Mr Adam,
     
        Appreciate your reply on my matters. Thanks.
     
    regards,
    Bill Tang
  •  05-22-2007, 5:43 AM 29884 in reply to 29858

    Re: BaseHref Usage

    Hi Mr Adam,
     
        I am seeing you responding to other's posting. And I have posted mine since yesterday.
     
        Would you please attend to my posting ASAP?
     
        Thanks.
     
    regards,
    Bill Tang
  •  05-22-2007, 7:12 PM 29923 in reply to 29884

    Re: BaseHref Usage

    Bill,
     
    If you set Editor.EditCompleteDocument Property to true, the editor will process content outside the page body and preserve header tags (e.g. <head>...</head>, <title>...</title>, etc.).
     
    All the elements inside head tag are in your control, include base element.
     
    For example, you can try the following code:
     
    <html>
        <head>
            <title>Example of the BASE Tag</title>
            <base href=http://www.CuteSoft.net />
        </head>
        <body>       
             <img alt="" src="http://cutesoft.net/uploads/21.jpg" border="0" />
        </body>
    </html>

     

    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