Hi,
I'm using the replacebycode.html sample that I get an html output of the editor Data.
At this output I would like to remove a port of the Image-URL. For example at the Editor I insert at a Image the following URL.
http://www.subdomain.maindomain.com/images/picture1.jpg
At the HTML output at src= only the following URL displayed.
/images/picture1.jpg
The maindomain.com is every time the same. But the subdomain will varies. It could be http://www.subdomain.maindomain.com or http://www.sub.maindomain.com and so on.
How is this possible?
Thank you for your help.