Other than amazing new features, FCKeditor 2.6 Beta brings compatibility with Adobe AIR 1.0.
We have worked in straight contact with the Adobe AIR team, checking all compatibility aspects between our applications and now you can use FCKeditor inside an AIR application sandbox just like you do in a web page.
Enjoy this experience, providing professional and rich applications with FCKeditor and Adobe AIR!
Mon, 02/25/2008 - 23:46
#1
Re: FCKeditor is in the AIR!
Its a great thing that you have removed the popup dialogs. However during adding an image, when you browse the server, it opens a new popup window. Is it possible to also have that window to be floating or may be it just opens within the same floating window.
Otherwise great job guys. All the best in your future developments.
Thanks.
Re: FCKeditor is in the AIR!
var e = new FCKeditor('content');
...
e.Config['LinkBrowser'] = false;
e.Config['ImageBrowser'] = false;
e.Config['FlashBrowser'] = false;
Re: FCKeditor is in the AIR!
Some features of FCKEditor doesn't works in it. E.g. image sizing (with dragging), copy image directly to textarea, toolbars tooltip.
Is it because the FCKEditor is compatibile only with AIR1.0?
(I cannot test with AIR1.0 - Adobe webpage doesn't give opportunity to download older AIR plugins.)
Will be these bugs fixed in the next versions of FCKEditor?
What do you suggest to resolve these problems?
Re: FCKeditor is in the AIR!