OBSOLETE - GWT - FCKEditor Plugin v0.1.1
This version has been obsoleted by version
0.2.1. This documentation remains for those users still using GWT 1.3 or below and wishing to use the JWC GWT tinyMCE package.
This module is an implementation of the the
HtmlTextArea core component using the
FCK Editor DHTML Rich Text Editor.
The current implemented FCK Editor version is 2.3.1
This component contains the "compiled" code for the FCK Editor DHTML text editor. You can use this editor with the JWC
HtmlTextArea component as the editor implementation. To do so, insert the following code into the HTML
<head> area of the page containing the GWT components:
<script language="javascript" type="text/javascript" src="js/htmlarea/gwt-fckeditor-binding.js"></script>
<script language="javascript" type="text/javascript" src="js/htmlarea/fckeditor/fckeditor.js"></script>
Also ensure that your script declarations appear in the HTML before the
gwt.js declaration
Downloads
The latest release for this project (0.1.1) can be downloaded
here
--
SteveStorey - 17 Sep 2006