In CKEditor, how do I programmatically select an existing element (an image) and bring up the Image dialog within an instance?
I created an "Edit Image" button that gets appended to all my images and when they click the button I want the Image dialog to appear with their image selected.
So far I have been able to figure out how to select the instance, and bring up the image dialog box. However, I cannot figure out how to preselect the image in question. Right now it just appends another image to the instance instead of replacing it.
Please help?