JavaFX HTMLEditor - Insert image function

吃可爱长大的小学妹 提交于 2019-12-05 09:50:24

I'd advise just customizing the existing JavaFX HTMLEditor, if it does most things you need with the exception of adding images and the look and feel of it is basically ok for you.

I created a code sample to assist in some JavaFX HTMLEditor customization tasks.

Another option you could toy with for a very basic html editor is a WebView with contenteditable set to true. Though I haven't tried it with images - maybe it will work ok.

If the above options don't work for you there there are heaps of javascript based editors out there to choose from.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!