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
Thank you.
A lot of text to read, and a lot to learn.
I think this will help me a lot.
Re: External Link Dialogs
I've created the plugin, put it in both the 'plugins' folder and '_source\plugins' folder.
Added the button to the toolbar, but still no button.
What am I doing wrong?
Your article states you need to repackage the ckeditor.js, and that it will be discussed later, but it's not on the page.
And when using the ckeditor_source.js, do you also need to repackage on each modification?