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?
Asked
Active
Viewed 499 times
1 Answers
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
-
Thanks Ansaldas. Is there anyting like using CKEditor? – Shahaji Narwade Apr 09 '19 at 11:21
-
I think no, only the native HTMLEditor. – Ansaldos Apr 10 '19 at 15:51
-
Thank for the help Ansaldos. can you tell how should i implement inserting table function ? – Shahaji Narwade Apr 12 '19 at 09:44