Is there any way of doing a temporary workaround? I can't integrate CKeditor into my site until I can give it a baseHref for locations of images relative to a specific directory.
Apart from getting your hands dirty and write the code, I don't know of any other solution. Well, there's an obvious one: pay someone else to do it, but I don't think that's the one that you are searching for.
Re: config.baseHref not affecting relative images locations
Re: config.baseHref not affecting relative images locations
Re: config.baseHref not affecting relative images locations
Re: config.baseHref not affecting relative images locations
{ baseHref: "http://localhost/myproyect/resources/" }xlogus
Re: config.baseHref not affecting relative images locations
Before:
q.preview.setAttribute('src',r)After
q.preview.setAttribute('src',m.config.baseHref+r)Re: config.baseHref not affecting relative images locations