Has anyone implemented ckeditor inside Java/C++ or C#? I can include individual plugins in the resource folder, however, I am not able to get it to work using ckeditor plugins.
That is, I created a .html (index.hml) file and added that to my resource folder. Index.html is supposed to create an instance of the editor, however, this fails, since it cannot find the plugin's path.
Any ideas/suggestions would be greatly appreciated.
Thanks in advance,
adico
That is, I created a .html (index.hml) file and added that to my resource folder. Index.html is supposed to create an instance of the editor, however, this fails, since it cannot find the plugin's path.
Any ideas/suggestions would be greatly appreciated.
Thanks in advance,
adico
Re: how to embed the editor inside Java or C++ or C#
Re: how to embed the editor inside Java or C++ or C#
yes, I have the latest version of ckeditor and i want to implement it inside a Java app. Can you provide some links?
I am currently looking at http://java.fckeditor.net/ but this looks like it is for FCKEditor. Not sure it supports the latest version, but will give it a try.
Re: how to embed the editor inside Java or C++ or C#
the current FCKeditor.Java is intended for FCKeditor only. A CKEditor compatible version will be released in near future. Anyway, you search the forums anyway and you will get some basic ideas how to achieve your goal. It should be feasible with medium effort.