Hi, 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.
I think the functionality isn't there yet to browse the server without popups, but you can avoid the problem by disabling those links. On a previous post, or maybe it was via an email from the good developers here, this method was mentioned:
var e = new FCKeditor('content'); ... e.Config['LinkBrowser'] = false; e.Config['ImageBrowser'] = false; e.Config['FlashBrowser'] = false;
I develope an application in AIR 1.1 and newer versions. 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?
Those are mostly limitations of the webkit running inside AIR. You have to wait first for a webkit that supports those features and then a release of AIR with that version.
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!