Closed JangWookJeong closed 5 years ago
How do I get the editor's data?
I am wondering how to load the data entered in the editor into the database.
You can use the get-methods of the editor class: To get HTML as a string for example use: String html = editor.getContentAsHTML();
String html = editor.getContentAsHTML();
How do I get the editor's data?
I am wondering how to load the data entered in the editor into the database.