Hi Camelia, Am 08.07.2010 16:08, schrieb Camelia Rafiliu: > This is detailed description of what I did: > These are the steps I followed: > > http://qooxdoo.org/documentation/0.7/snippets/using_fckeditor_as_a_rich_text_editor_in_qooxdoo I encourage you to use the latest stable version (1.1) of qooxdoo. Integrating the CKEditor should also be achievable using this version.
> 1. Download FCKEditor in a directory of your choice (d:\Temp\FCKEditor). You want to use the "FCKEditor" or the new release "CKEditor"? > 5. Add an editor window to the application.js (see link above). > > > I receive an exception: "FCKEditor() is not a constructor" at this line > from application.js I guess the folks from the "FCKEditor" changed the name of the constructor. When you type "test_qooxdoo.source.FCKEditor" into your Firebug console after the application loaded what do you see? The return value has to be a function otherwise there is some error in the sample code. Maybe it's outdated. cheers, Alex ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
