FCKRichTextArea - RichTextEditor with FCKEditor

a.schild's picture

The new component is based on the ideas and implementation of the JFixRichTextArea made by Maik.

A first test version is available here.

http://www.aarboard.org/cktest

We have tested it with FF3.03 and IE7

You should be able to use any existing server side connectors. For java there exists the java integration project which provides such java connectors.
But it's not difficult to write your own.

http://java.fckeditor.net/

Known problems:
- Since FCKEditor has no OnChange or similar event, we must poll for content changes in the editor.
We have currently set the polling interval to 250ms.
- Since the editor is embedded as iframe the "fullscreen" button does not work.

The component is still in development, it will then be released as open source with the folllowing licenses: MPL 1.1/GPL 2.0/LGPL 2.1

André

a.schild's picture

First release of fckeditor available

I have now released a first version of the fck editor integration.

You can find it here: http://www.aarboard.org/

The code is based on the ideas of maik jablonski's project for integration of JFixRichTextArea. (http://www.jfix.org/jfixrta/). Thanks again for your work.