I have a CMS backend which I have developed over years of work, and integrated FCKEditor into it recently.
To complete the integration, though, I now need to add in the ability to insert objects that I have created with the other admin pages in the CMS.
For instance, I have a page which manages images, creating thumbnails, managing captions, etc. In the past, I would insert that image into a page by "linking" it in with "IMG{image name}" syntax.
Using the FCKEditor, I now have the ability to do this and let the user see that actual result of that.
What I would like to do is write a plugin which allows the user to choose the image, then insert it into the textarea in such a way that the hidden form value shows the actual syntax code "IMG{image name}", while the displayed HTML shows the parsed image.
I have the know-how to do this on my own, but I am wondering if something like this has been built already, so I am not re-inventing a wheel.
Thanks,
Kae
To complete the integration, though, I now need to add in the ability to insert objects that I have created with the other admin pages in the CMS.
For instance, I have a page which manages images, creating thumbnails, managing captions, etc. In the past, I would insert that image into a page by "linking" it in with "IMG{image name}" syntax.
Using the FCKEditor, I now have the ability to do this and let the user see that actual result of that.
What I would like to do is write a plugin which allows the user to choose the image, then insert it into the textarea in such a way that the hidden form value shows the actual syntax code "IMG{image name}", while the displayed HTML shows the parsed image.
I have the know-how to do this on my own, but I am wondering if something like this has been built already, so I am not re-inventing a wheel.
Thanks,
Kae