My CMS require specific image & link dialog. I want to use FCKEditor with my own dialogs. I cannot found what to do in this case. What (where) to change the code so that my own image & link dialog popups to be called? What code I need to place in my own dialogs so that inserting or editing images and links to take effect?
Any help will be welcomed!
Any help will be welcomed!
RE: custom image & link dialogs
fck_link.html and fck_image.html
RE: custom image & link dialogs
FCKConfig.LinkBrowserURL
FCKConfig.ImageBrowserURL
This suited me as I will be able to upgrade to any new versions of the editor and dialogs, but still keep my custom browsers (which pull images/links out of a CMS database instead of the filesystem)
RE: custom image & link dialogs