Hi
I'm using a different editor in one of our CMS's. But it's out-dated and doesn't work somehow in Vista.
So I'm trying to implement CKEditor.
The problem is, the previous editor used 2 external dialogs (both ASP files) for image-inserting and link-inserting.
Is there any way to use an exsisting .asp file for the link and image dialog?
Not only the "browse" dialog, but the complete image/link dialog.
Thanks in advance.
I'm using a different editor in one of our CMS's. But it's out-dated and doesn't work somehow in Vista.
So I'm trying to implement CKEditor.
The problem is, the previous editor used 2 external dialogs (both ASP files) for image-inserting and link-inserting.
Is there any way to use an exsisting .asp file for the link and image dialog?
Not only the "browse" dialog, but the complete image/link dialog.
Thanks in advance.
Re: External Link Dialogs
You could use the browser dialog in your command object for a custom plug-in. I document how to do this properly at http://syrinx.ph/Articles/CkEditorPluginGuide.aspx.
Re: External Link Dialogs
Re: External Link Dialogs