0

I am not able to add table in HTMLEditor in javafx. How can i add the the function or tool in htmleditor toolbar for adding tables in editor in javafx?

1 Answers1

1

Unfortunately, you have to implement inserting table function.

In this question's answer, you can see some example of modifing the editor:
Options for HTML editing in JavaFX

Also an example for adding custom functions to the HTMLEditor:
https://gist.github.com/dipu-bd/425a86105dbeb42ad31d

Ansaldos
  • 178
  • 7