Here is an interesting essay (http://zk1.sourceforge.net/essays/fckez/fckez.html) that talk about how to integrate the FCKeditor to an open-source Ajax framework, ZK (http://zk1.sourceforge.net).
Basically, it wraps the FCKeditor into its component model as a special fckeditor component(a java class). To use it is quite straitforward. Design your page with a <fckeditor> tag and a java code (NOT javascript, the best part I love it) on event to get the fckeditor's value and you have the contents input by teh end user. Then you can save it as a file (in server) or store it into database, all in java at server side.
The integration has not supported all FCKeditor's attributes. It now handles the width, height, and value only. However, it seems not difficult to add others.
Wed, 12/28/2005 - 20:49
#1