Opened 11 years ago

Closed 11 years ago

#10262 closed New Feature (invalid)

edit a javafx node with ckeditor

Reported by: Surekha Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I am trying to embed ckeditor with javafx.Is it possible to drag and drop a javafx node into the ckeditor and edit it using ckeditor.

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

Please note that the CKEditor development website is not the right place for support requests.

Please refer to the following article for information on where to get support for all issues related to CKEditor: http://docs.cksource.com/CKEditor_3.x/Howto/Support

Also try using our forums for advice: http://cksource.com/forums/

If you are looking for professional assistance, the CKEditor development team is available via a dedicated support channel that is included in all our commercial licenses: http://ckeditor.com/license


CKEditor is HTML editor which works in browser. I haven't used javaFx but from what I have read it uses WebKit browser engine which supports CSS, JavaScript, Document Object Model and HTML5. This makes me think it should be possible to use CKEditor inside javaFx to edit HTML. I'm haven't done any tests in this area and I'm don't know how this engine is similar to e.g. Chrome. If this is 1:1 then CKEditor should be fully functional but if this Webkit engine used in javaFx has very limited functionality then CKEditor may not work as expected in some cases or even may not work at all.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy