CKEditor is the new version of FCKEditor. Following up on my FCKEditor post, I’ve got CKEditor up and running in both flex and air now.

Download the library + demo’s at http://blog.aboutme.be/wp-content/uploads/ckeditor_flex_air/ckeditor_flex_air.zip
Again, some release notes (same as FCKEditor actually :-)):
When you extract the zip file, you will find an swc file, an assets folder and de demos folder. If you want to use CKEditor in your own Flex or AIR projects, add the swc to your library path, and the assets folder to your src folder (just like the demo projects).
When you use the component in a Flex project, you need to ensure you set the wmode property to ‘opaque’. Also, if you run it on your local filesystem with Internet Explorer, you won’t see the component. It works fine if you run it on a webserver.


How do you change the size of the editor. I have it displaying, but the right edge and bottom edge are cutoff. I have looked around at various files but have yet to find the correct one.
can you help me ?? please . when I tried to add the swc to my library path in my project show this message ….
ArgumentError: Error #1063: Argument count mismatch on mx.core::CrossDomainRSLItem(). Expected 5, got 6.
at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::initialize()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:1825]
at mx.managers::SystemManager/initHandler()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:2904]
I don’t understand why, this error isn’t my code
I have my project in framework 3.2 :D can you run in this framework please !!! or can you provide me your source?? plz !!!
I get you demo for flex.But I can not running it!
The result is “null”.
Do you use eclipse? It runs on eclipse
Is there something wrong with the zip file? When ever I try to open it up, it’s showing duplicate files for folders that are corrupted? Not sure if that’s correct, but it’s like I have to extract each file individually.??
I got “null” too…
anyone can help ?
Hi, thank you!! It runs on Firefox and Chrome well, but not on IE.
Hope I can have your source code thank you very much!
hi,
I have integrate fckeditor into flex its working fine into FF and other browser but in IE not displaying and not given any error please help me its urgent for me.
I have used it,but it not displaying in my Flex project,please tell me why? can you help me? please E_mail to me! thanks thanks thanks 。。。。。。
Hi thanks for the library. That is exactly what I’m looking for. I have tried it and I’m having a problem. I’m getting this error in the debugger of flash builder.
5/2/2010 23:52:47.432 [DEBUG] com.plus.arutherford.ccgi.IFrame show iframe id ck0
5/2/2010 23:52:47.432 [DEBUG] com.plus.arutherford.ccgi.IFrame loadIndicatorClass is null
5/2/2010 23:52:47.432 [DEBUG] com.plus.arutherford.ccgi.IFrame show iframe id ck0
5/2/2010 23:52:47.447 [DEBUG] com.plus.arutherford.ccgi.IFrame load Iframe id ck0
5/2/2010 23:52:47.463 [DEBUG] com.plus.arutherford.ccgi.IFrame hide iframe id ck0
5/2/2010 23:52:47.463 [DEBUG] com.plus.arutherford.ccgi.IFrame show iframe id ck0
5/2/2010 23:52:47.463 [DEBUG] com.plus.arutherford.ccgi.IFrame Warning: attempt to call function ckEditorSetHeight on iframe ck0 may fail due to cross-domain security.
5/2/2010 23:52:47.525 [DEBUG] com.plus.arutherford.ccgi.IFrame move iframe id ck0
How do you change the size of the editor. I have it displaying, but the right edge and bottom edge are cutoff. I have looked around at various files but have yet to find the correct one.
Can you help me?
thanks
I need to remove some menu options from the top. Is there a way to do that without the source code? If not can I get the source code for this project?
Thanks
Hi,
Can we access the CKEDITOR.instances.editor1? From the wrapper class? so that we can do some manipulations in Flex if needed.
Basically i want to access the selected text here?
Thanks