Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: image insert with https
Re: image insert with https
04-21-2009, 1:41 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: image insert with https
Reply
Quote
Hi Benava,
adding the code below into the bottom of the page
<script>
function CuteEditor_FilterHTML(editor,code)
{
return code.replace((/\bhttp\b/g), "https");
}
</script>
Regards,
Ken
View Complete Thread