Hey everybody,
NOLOH added a CKEditor Nodule (NOLOH Module).
This module is a little bit more powerful than the native CKEditor because you can change things like theme, or toolbar after instantiation.
Live Example: http://www.noloh.com/NOLOH/Nodules/CKEditor/Example
Full source code for example: http://github.com/noloh/CKEditor/blob/master/Example/index.php
If you're wondering how you would get the Text for the object, take $editor1 for example. You would simply do:
$text = $editor1->Text;
Note that from the developer perspective no dealing with the client is necessary. You just add your CKEditors as shown in the example and use them.
The full CKEditor Nodule source code, including CKEditor's source can be viewed/downloaded/modified here: http://github.com/noloh/CKEditor