This is already possible (and people does use it), but you have to be able to embed a browser in your application. Without it, there's no chance at all for FCKeditor to work
alfonsoml wrote:This is already possible (and people does use it), but you have to be able to embed a browser in your application. Without it, there's no chance at all for FCKeditor to work
Could you please direct me to someone that has actually done this -- and which is not just a proof of concept with lots of holes?
Sorry, but I don't keep track of everything that it's posted.
You should be able to find it using some searchs, but if you know how to embed a web browser and control it then its a quite easy task. On the other hand, if you don't know how to do it, it can be quite hard, but that's something outside the capabilities of FCKeditor.
I am working on an Adobe AIR application using FCKeditor. It works pretty well, but Adobe is way behind in terms of the core browser, so FCKeditor is hobbled a little bit. Issues with style pulldowns, etc.
Currently, Safari on Windows uses WebKit version 523.something, but Adobe AIR still has version 420. Come on, Adobe!
Thank you. This new beta ZIP release is looking good!
For those just starting with FCKeditor in AIR, there is one thing that still doesn't work in AIR under this latest, very promising release: "Browse Server" for links and images. This is the same old problem, because AIR and popups don't get along. I've been playing around with ways to disable that button so users won't even click on it.
There's a problem with the Link-->Protocol pulldown, too. I'll post that in your ticket.
you can use fckeditor in other applications i used it in C# desktop application. make a hierarchy of pages and in editor.html file add javascript function those u want , and call them from C# end.
yes it is possible to use it with full functionality in desktop application
Re: Use editor in native applications; not just browsers
Re: Use editor in native applications; not just browsers
Could you please direct me to someone that has actually done this -- and which is not just a proof of concept with lots of holes?
Re: Use editor in native applications; not just browsers
You should be able to find it using some searchs, but if you know how to embed a web browser and control it then its a quite easy task. On the other hand, if you don't know how to do it, it can be quite hard, but that's something outside the capabilities of FCKeditor.
Re: Use editor in native applications; not just browsers
http://hoenes.blogspot.com/2007_04_01_archive.html
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Use editor in native applications; not just browsers
http://valliantster.googlepages.com/home
Re: Use editor in native applications; not just browsers
Keith
Re: Use editor in native applications; not just browsers
Currently, Safari on Windows uses WebKit version 523.something, but Adobe AIR still has version 420. Come on, Adobe!
Re: Use editor in native applications; not just browsers
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Use editor in native applications; not just browsers
Re: Use editor in native applications; not just browsers
http://www.fckeditor.net/_temp/FCKeditor_AIR.zip
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Use editor in native applications; not just browsers
For those just starting with FCKeditor in AIR, there is one thing that still doesn't work in AIR under this latest, very promising release: "Browse Server" for links and images. This is the same old problem, because AIR and popups don't get along. I've been playing around with ways to disable that button so users won't even click on it.
There's a problem with the Link-->Protocol pulldown, too. I'll post that in your ticket.
Re: Use editor in native applications; not just browsers
The problem about "<other>" can be worked around by changing that entry in the en.js
Please, keep on testing it. Thanks.
Re: Use editor in native applications; not just browsers
editor.html file add javascript function those u want , and call them from C# end.
yes it is possible to use it with full functionality in desktop application
thnx
Re: Use editor in native applications; not just browsers