Search code examples
javajavafxfxml

Table tool in javafx HTML Editor


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?


Solution

  • 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