Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: CuteEditor changes the src url of templates
CuteEditor changes the src url of templates
Last post 06-29-2009, 7:36 PM by
CIC Web
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
06-29-2009, 3:16 AM
53575
CIC Web
Joined on 02-19-2009
Posts 48
CuteEditor changes the src url of templates
Reply
Quote
Hi,
In my template file, the source url is "/default.aspx" but after inserting it on the editor, it changes to the full path (ex: http://mysite.com/default.aspx).
Is there a way to stop the editor from doing this?
Any help is appreciated.
06-29-2009, 7:27 AM
53581
in reply to
53575
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: CuteEditor changes the src url of templates
Reply
Quote
Hi CIC,
Try properties URLType, like
<CE:Editor ID="Editor1" runat="server" URLType="SiteRelative">
</CE:Editor>
Demo
http://cutesoft.net/example/Relative-or-Absolute-URLs.aspx
Regards,
Ken
06-29-2009, 7:36 PM
53609
in reply to
53581
CIC Web
Joined on 02-19-2009
Posts 48
Re: CuteEditor changes the src url of templates
Reply
Quote
Thanks that worked!