Hi David,
thanks for the kudos and welcome to the project!
If the ckEditor does need a textarea element to connect to you can create e.g.
a qooxdoo textarea widget and use this as a target.
--snip--
var textarea = new qx.ui.form.TextArea;
// just add it to the root widget for demo
this.getRoot().add(textarea);
// the "appear" event is fired when the widget is inserted in the DOM
textarea.addListener("appear", function(e){
var domElement = textarea.getContentElement().getDomElement();
// don't know how the ckEditor is really setup, just want to demonstrate that
the
// "domElement" variable is holding the DOM element of the textarea widget you
can use
ckEditor.setup(domElement);
}, this);
--snip--
I hope this is getting you on right track. If you have any further questions,
don't hesitate to ask.
Regards,
Alex
From: david amiel [mailto:[email protected]]
Sent: Friday, December 24, 2010 4:11 PM
To: qooxdoo Development
Subject: [qooxdoo-devel] How can i use ckEditor on Qooxdoo latest stable release
Hi everyone,
i'm new on Qooxdoo et want to thanks all developers who work for it.
I'm trying to use ckEditor (new fckEditor) so i include the ckeditor.js, style
and config.js on the head of the index.html and i think to add an id to the
target textarea in my Application.js but no luck.
Can you explain me a way to do that ?
Regards,
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel