Hi !
Has someone tried to change FCKEditor so that it could be used in java application. I am writing application which would need simple WYSIWYG editor for html files, so I was wondering if I could use FCKEditor. This same application will also have JSP interface, so for that I will be definatelly use this one, but I hopped I will also be able to sue same editor for application. If someone has idea how to do this please send it my way.
Andy
Has someone tried to change FCKEditor so that it could be used in java application. I am writing application which would need simple WYSIWYG editor for html files, so I was wondering if I could use FCKEditor. This same application will also have JSP interface, so for that I will be definatelly use this one, but I hopped I will also be able to sue same editor for application. If someone has idea how to do this please send it my way.
Andy
RE: FCKEditor as java application
I have integrated FCKeditor in a Struts-based Java application successfully. You will need to get the Java Integration files from http://sourceforge.net/project/showfile ... _id=129511
You still need the main set of files to make it work. I suggest you start here:
http://fckeditor.wikiwikiweb.de/Develop ... ation/Java
The samples should give you enough information to get started.