Shahaji Narwade
Shahaji Narwade

Reputation: 3

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?

Upvotes: 0

Views: 549

Answers (1)

Ansaldos
Ansaldos

Reputation: 308

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

Upvotes: 1

Related Questions