Hi, i have a problem.
I to change the attribute of an image using
document.getElementById('id').setAttribute('src','somesource');
but when using the editor.getData(), it seems like updated data is not "in the editor", for some reason.
Is there any call that can be used to make sure the data is loaded into the editor?
Kind Regards
...